Html Css Color HEX #7812CB Dark Violet

📋 copy color: '#7812CB'

red 120 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #7812CB

Tints of Dark Violet #7812CB

RGB

 RED value IS 120 (47.27% from 255) = 35.19%

 GREEN value IS 18 (7.42% from 255) = 5.28%

 BLUE value IS 203 (79.69% from 255) = 59.53%

R = 35.19%
G = 5.28%
B = 59.53%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7812CB (or 0x7812CB) is known color: Dark Violet. HEX triplet: 78, 12 and CB. RGB value is (120,18,203). Sum of RGB (Red+Green+Blue) = 120+18+203=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #7812CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7812CB is #87ED34. Grayscale: #444444. Windows color (decimal): -8908085 or 13308536. OLE color: 13308536.

HSL color Cylindrical-coordinate representation of color #7812CB: hue angle of 273.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7812CB is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 18 203 -
CMYK 0.41 0.91 0 0.20
HSL 273.08º 0.84% 0.43% -
HSV(B) 273.08º 0.91% 0.8% -
XYZ 18.74 8.74 57.2 -
YUV 69.59 203.29 163.96 -
System Red Green Blue C M Y K H S L
Decimal 120 18 203 0.41 0.91 0 0.20 273.08 0.84 0.43
Hex 78 12 CB 29 5B 0 14 111 54 2B
Octal 170 22 313 51 133 0 24 421 124 53
Binary 1111000 10010 11001011 101001 1011011 0 10100 100010001 1010100 101011

Color Harmonies of #7812CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7812CB

Black with #7812CB

Text Example


Text Example

White with #7812CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7812CB; }

 p { color: rgb(120,18,203); }

 H1.HeaderClassName
 {
   color: #7812CB;
 }
 .AnyTagClassName
 {
   color: #7812CB;
 }
</style>

background-color css

<style>
 a { background-color: #7812CB; }

 a { background-color: rgb(120,18,203); }

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

border-color css

<style>
 span { border-color: #7812CB; }

 span { border-color: rgb(120,18,203); }

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