Html Css Color HEX #7710CB Dark Violet

📋 copy color: '#7710CB'

red 119 ◦ green 16 ◦ blue 203

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

Shades of Dark Violet #7710CB

Tints of Dark Violet #7710CB

RGB

 RED value IS 119 (46.88% from 255) = 35.21%

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

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

R = 35.21%
G = 4.73%
B = 60.06%

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

#7710CB (or 0x7710CB) is known color: Dark Violet. HEX triplet: 77, 10 and CB. RGB value is (119,16,203). Sum of RGB (Red+Green+Blue) = 119+16+203=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #7710CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7710CB is #88EF34. Grayscale: #434343. Windows color (decimal): -8974133 or 13308023. OLE color: 13308023.

HSL color Cylindrical-coordinate representation of color #7710CB: hue angle of 273.05º 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 #7710CB is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 16 203 -
CMYK 0.41 0.92 0 0.20
HSL 273.05º 0.85% 0.43% -
HSV(B) 273.05º 0.92% 0.8% -
XYZ 18.57 8.6 57.18 -
YUV 68.12 204.12 164.29 -
System Red Green Blue C M Y K H S L
Decimal 119 16 203 0.41 0.92 0 0.20 273.05 0.85 0.43
Hex 77 10 CB 29 5C 0 14 111 55 2B
Octal 167 20 313 51 134 0 24 421 125 53
Binary 1110111 10000 11001011 101001 1011100 0 10100 100010001 1010101 101011

Color Harmonies of #7710CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710CB

Black with #7710CB

Text Example


Text Example

White with #7710CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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