Html Css Color HEX #770BCC Dark Violet

📋 copy color: '#770BCC'

red 119 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #770BCC

Tints of Dark Violet #770BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.29%

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

R = 35.63%
G = 3.29%
B = 61.08%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#770BCC (or 0x770BCC) is known color: Dark Violet. HEX triplet: 77, 0B and CC. RGB value is (119,11,204). Sum of RGB (Red+Green+Blue) = 119+11+204=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #770BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BCC is #88F433. Grayscale: #404040. Windows color (decimal): -8975412 or 13372279. OLE color: 13372279.

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

Color convert

RGB 119 11 204 -
CMYK 0.42 0.95 0 0.2
HSL 273.58º 0.9% 0.42% -
HSV(B) 273.58º 0.95% 0.8% -
XYZ 18.63 8.52 57.79 -
YUV 65.29 206.28 166.31 -
System Red Green Blue C M Y K H S L
Decimal 119 11 204 0.42 0.95 0 0.2 273.58 0.9 0.42
Hex 77 B CC 2A 5F 0 14 112 5A 2A
Octal 167 13 314 52 137 0 24 422 132 52
Binary 1110111 1011 11001100 101010 1011111 0 10100 100010010 1011010 101010

Color Harmonies of #770BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BCC

Black with #770BCC

Text Example


Text Example

White with #770BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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