Html Css Color HEX #770CBB Dark Violet

📋 copy color: '#770CBB'

red 119 ◦ green 12 ◦ blue 187

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

Shades of Dark Violet #770CBB

Tints of Dark Violet #770CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 37.42%
G = 3.77%
B = 58.81%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#770CBB (or 0x770CBB) is known color: Dark Violet. HEX triplet: 77, 0C and BB. RGB value is (119,12,187). Sum of RGB (Red+Green+Blue) = 119+12+187=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #770CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CBB is #88F344. Grayscale: #3F3F3F. Windows color (decimal): -8975173 or 12258423. OLE color: 12258423.

HSL color Cylindrical-coordinate representation of color #770CBB: hue angle of 276.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770CBB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 12 187 -
CMYK 0.36 0.94 0 0.27
HSL 276.69º 0.88% 0.39% -
HSV(B) 276.69º 0.94% 0.73% -
XYZ 16.71 7.77 47.63 -
YUV 63.94 197.45 167.27 -
System Red Green Blue C M Y K H S L
Decimal 119 12 187 0.36 0.94 0 0.27 276.69 0.88 0.39
Hex 77 C BB 24 5E 0 1B 115 58 27
Octal 167 14 273 44 136 0 33 425 130 47
Binary 1110111 1100 10111011 100100 1011110 0 11011 100010101 1011000 100111

Color Harmonies of #770CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CBB

Black with #770CBB

Text Example


Text Example

White with #770CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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