Html Css Color HEX #770CDB Dark Violet

📋 copy color: '#770CDB'

red 119 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #770CDB

Tints of Dark Violet #770CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.57%

R = 34%
G = 3.43%
B = 62.57%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#770CDB (or 0x770CDB) is known color: Dark Violet. HEX triplet: 77, 0C and DB. RGB value is (119,12,219). Sum of RGB (Red+Green+Blue) = 119+12+219=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #770CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CDB is #88F324. Grayscale: #424242. Windows color (decimal): -8975141 or 14355575. OLE color: 14355575.

HSL color Cylindrical-coordinate representation of color #770CDB: hue angle of 271.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CDB is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 12 219 -
CMYK 0.46 0.95 0 0.14
HSL 271.01º 0.9% 0.45% -
HSV(B) 271.01º 0.95% 0.86% -
XYZ 20.53 9.3 67.73 -
YUV 67.59 213.45 164.67 -
System Red Green Blue C M Y K H S L
Decimal 119 12 219 0.46 0.95 0 0.14 271.01 0.9 0.45
Hex 77 C DB 2E 5F 0 E 10F 5A 2D
Octal 167 14 333 56 137 0 16 417 132 55
Binary 1110111 1100 11011011 101110 1011111 0 1110 100001111 1011010 101101

Color Harmonies of #770CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CDB

Black with #770CDB

Text Example


Text Example

White with #770CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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