Html Css Color HEX #770BDE Dark Violet

📋 copy color: '#770BDE'

red 119 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #770BDE

Tints of Dark Violet #770BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 33.81%
G = 3.13%
B = 63.07%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#770BDE (or 0x770BDE) is known color: Dark Violet. HEX triplet: 77, 0B and DE. RGB value is (119,11,222). Sum of RGB (Red+Green+Blue) = 119+11+222=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #770BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BDE is #88F421. Grayscale: #424242. Windows color (decimal): -8975394 or 14551927. OLE color: 14551927.

HSL color Cylindrical-coordinate representation of color #770BDE: hue angle of 270.71º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BDE is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 11 222 -
CMYK 0.46 0.95 0 0.13
HSL 270.71º 0.91% 0.46% -
HSV(B) 270.71º 0.95% 0.87% -
XYZ 20.91 9.44 69.83 -
YUV 67.35 215.28 164.84 -
System Red Green Blue C M Y K H S L
Decimal 119 11 222 0.46 0.95 0 0.13 270.71 0.91 0.46
Hex 77 B DE 2E 5F 0 D 10F 5B 2E
Octal 167 13 336 56 137 0 15 417 133 56
Binary 1110111 1011 11011110 101110 1011111 0 1101 100001111 1011011 101110

Color Harmonies of #770BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BDE

Black with #770BDE

Text Example


Text Example

White with #770BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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