Html Css Color HEX #770DCC Dark Violet

📋 copy color: '#770DCC'

red 119 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #770DCC

Tints of Dark Violet #770DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.87%

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

R = 35.42%
G = 3.87%
B = 60.71%

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

#770DCC (or 0x770DCC) is known color: Dark Violet. HEX triplet: 77, 0D and CC. RGB value is (119,13,204). Sum of RGB (Red+Green+Blue) = 119+13+204=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #770DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DCC is #88F233. Grayscale: #414141. Windows color (decimal): -8974900 or 13372791. OLE color: 13372791.

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

Color convert

RGB 119 13 204 -
CMYK 0.42 0.94 0 0.2
HSL 273.3º 0.88% 0.43% -
HSV(B) 273.3º 0.94% 0.8% -
XYZ 18.65 8.57 57.8 -
YUV 66.47 205.62 165.47 -
System Red Green Blue C M Y K H S L
Decimal 119 13 204 0.42 0.94 0 0.2 273.3 0.88 0.43
Hex 77 D CC 2A 5E 0 14 111 58 2B
Octal 167 15 314 52 136 0 24 421 130 53
Binary 1110111 1101 11001100 101010 1011110 0 10100 100010001 1011000 101011

Color Harmonies of #770DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DCC

Black with #770DCC

Text Example


Text Example

White with #770DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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