Html Css Color HEX #770BCD Dark Violet

📋 copy color: '#770BCD'

red 119 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #770BCD

Tints of Dark Violet #770BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 35.52%
G = 3.28%
B = 61.19%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#770BCD (or 0x770BCD) is known color: Dark Violet. HEX triplet: 77, 0B and CD. RGB value is (119,11,205). Sum of RGB (Red+Green+Blue) = 119+11+205=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #770BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BCD is #88F432. Grayscale: #404040. Windows color (decimal): -8975411 or 13437815. OLE color: 13437815.

HSL color Cylindrical-coordinate representation of color #770BCD: hue angle of 273.4º 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 #770BCD is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 11 205 -
CMYK 0.42 0.95 0 0.20
HSL 273.4º 0.9% 0.42% -
HSV(B) 273.4º 0.95% 0.8% -
XYZ 18.75 8.57 58.42 -
YUV 65.41 206.78 166.23 -
System Red Green Blue C M Y K H S L
Decimal 119 11 205 0.42 0.95 0 0.20 273.4 0.9 0.42
Hex 77 B CD 2A 5F 0 14 111 5A 2A
Octal 167 13 315 52 137 0 24 421 132 52
Binary 1110111 1011 11001101 101010 1011111 0 10100 100010001 1011010 101010

Color Harmonies of #770BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BCD

Black with #770BCD

Text Example


Text Example

White with #770BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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