Html Css Color HEX #762ED5 Blue Violet

📋 copy color: '#762ED5'

red 118 ◦ green 46 ◦ blue 213

#762ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #762ED5

Tints of Blue Violet #762ED5

RGB

 RED value IS 118 (46.48% from 255) = 31.3%

 GREEN value IS 46 (18.36% from 255) = 12.2%

 BLUE value IS 213 (83.59% from 255) = 56.5%

R = 31.3%
G = 12.2%
B = 56.5%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#762ED5 (or 0x762ED5) is known color: Blue Violet. HEX triplet: 76, 2E and D5. RGB value is (118,46,213). Sum of RGB (Red+Green+Blue) = 118+46+213=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #762ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ED5 is #89D12A. Grayscale: #555555. Windows color (decimal): -9031979 or 13971062. OLE color: 13971062.

HSL color Cylindrical-coordinate representation of color #762ED5: hue angle of 265.87º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762ED5 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 46 213 -
CMYK 0.45 0.78 0 0.16
HSL 265.87º 0.67% 0.51% -
HSV(B) 265.87º 0.78% 0.84% -
XYZ 20.46 10.61 63.92 -
YUV 86.57 199.35 150.42 -
System Red Green Blue C M Y K H S L
Decimal 118 46 213 0.45 0.78 0 0.16 265.87 0.67 0.51
Hex 76 2E D5 2D 4E 0 10 10A 43 33
Octal 166 56 325 55 116 0 20 412 103 63
Binary 1110110 101110 11010101 101101 1001110 0 10000 100001010 1000011 110011

Color Harmonies of #762ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762ED5

Black with #762ED5

Text Example


Text Example

White with #762ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762ED5; }

 p { color: rgb(118,46,213); }

 H1.HeaderClassName
 {
   color: #762ED5;
 }
 .AnyTagClassName
 {
   color: #762ED5;
 }
</style>

background-color css

<style>
 a { background-color: #762ED5; }

 a { background-color: rgb(118,46,213); }

 div.DivClassName
 {
   background-color: #762ED5;
 }
 .BgClassName
 {
   background-color: #762ED5;
 }
</style>

border-color css

<style>
 span { border-color: #762ED5; }

 span { border-color: rgb(118,46,213); }

 td.TdClassName
 {
   border-color: #762ED5;
 }
 .TagClassName
 {
   border-color: #762ED5;
 }
</style>