Html Css Color HEX #7810CB Dark Violet

📋 copy color: '#7810CB'

red 120 ◦ green 16 ◦ blue 203

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

Shades of Dark Violet #7810CB

Tints of Dark Violet #7810CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 35.4%
G = 4.72%
B = 59.88%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7810CB (or 0x7810CB) is known color: Dark Violet. HEX triplet: 78, 10 and CB. RGB value is (120,16,203). Sum of RGB (Red+Green+Blue) = 120+16+203=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #7810CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7810CB is #87EF34. Grayscale: #434343. Windows color (decimal): -8908597 or 13308024. OLE color: 13308024.

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

Color convert

RGB 120 16 203 -
CMYK 0.41 0.92 0 0.20
HSL 273.37º 0.85% 0.43% -
HSV(B) 273.37º 0.92% 0.8% -
XYZ 18.71 8.68 57.19 -
YUV 68.41 203.96 164.79 -
System Red Green Blue C M Y K H S L
Decimal 120 16 203 0.41 0.92 0 0.20 273.37 0.85 0.43
Hex 78 10 CB 29 5C 0 14 111 55 2B
Octal 170 20 313 51 134 0 24 421 125 53
Binary 1111000 10000 11001011 101001 1011100 0 10100 100010001 1010101 101011

Color Harmonies of #7810CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7810CB

Black with #7810CB

Text Example


Text Example

White with #7810CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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