Html Css Color HEX #770CCC Dark Violet

📋 copy color: '#770CCC'

red 119 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #770CCC

Tints of Dark Violet #770CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.58%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 35.52%
G = 3.58%
B = 60.9%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#770CCC (or 0x770CCC) is known color: Dark Violet. HEX triplet: 77, 0C and CC. RGB value is (119,12,204). Sum of RGB (Red+Green+Blue) = 119+12+204=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #770CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CCC is #88F333. Grayscale: #414141. Windows color (decimal): -8975156 or 13372535. OLE color: 13372535.

HSL color Cylindrical-coordinate representation of color #770CCC: hue angle of 273.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770CCC is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 12 204 -
CMYK 0.42 0.94 0 0.2
HSL 273.44º 0.89% 0.42% -
HSV(B) 273.44º 0.94% 0.8% -
XYZ 18.64 8.54 57.79 -
YUV 65.88 205.95 165.89 -
System Red Green Blue C M Y K H S L
Decimal 119 12 204 0.42 0.94 0 0.2 273.44 0.89 0.42
Hex 77 C CC 2A 5E 0 14 111 59 2A
Octal 167 14 314 52 136 0 24 421 131 52
Binary 1110111 1100 11001100 101010 1011110 0 10100 100010001 1011001 101010

Color Harmonies of #770CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CCC

Black with #770CCC

Text Example


Text Example

White with #770CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770CCC; }

 p { color: rgb(119,12,204); }

 H1.HeaderClassName
 {
   color: #770CCC;
 }
 .AnyTagClassName
 {
   color: #770CCC;
 }
</style>

background-color css

<style>
 a { background-color: #770CCC; }

 a { background-color: rgb(119,12,204); }

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

border-color css

<style>
 span { border-color: #770CCC; }

 span { border-color: rgb(119,12,204); }

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