Html Css Color HEX #762CD6 Blue Violet

📋 copy color: '#762CD6'

red 118 ◦ green 44 ◦ blue 214

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

Shades of Blue Violet #762CD6

Tints of Blue Violet #762CD6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.7%

 BLUE value IS 214 (83.98% from 255) = 56.91%

R = 31.38%
G = 11.7%
B = 56.91%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#762CD6 (or 0x762CD6) is known color: Blue Violet. HEX triplet: 76, 2C and D6. RGB value is (118,44,214). Sum of RGB (Red+Green+Blue) = 118+44+214=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #762CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CD6 is #89D329. Grayscale: #545454. Windows color (decimal): -9032490 or 14036086. OLE color: 14036086.

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

Color convert

RGB 118 44 214 -
CMYK 0.45 0.79 0 0.16
HSL 266.12º 0.67% 0.51% -
HSV(B) 266.12º 0.79% 0.84% -
XYZ 20.51 10.51 64.57 -
YUV 85.51 200.52 151.18 -
System Red Green Blue C M Y K H S L
Decimal 118 44 214 0.45 0.79 0 0.16 266.12 0.67 0.51
Hex 76 2C D6 2D 4F 0 10 10A 43 33
Octal 166 54 326 55 117 0 20 412 103 63
Binary 1110110 101100 11010110 101101 1001111 0 10000 100001010 1000011 110011

Color Harmonies of #762CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CD6

Black with #762CD6

Text Example


Text Example

White with #762CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,214); }

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

background-color css

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

 a { background-color: rgb(118,44,214); }

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

border-color css

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

 span { border-color: rgb(118,44,214); }

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