Html Css Color HEX #770DDB Blue Violet

📋 copy color: '#770DDB'

red 119 ◦ green 13 ◦ blue 219

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

Shades of Blue Violet #770DDB

Tints of Blue Violet #770DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.7%

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

R = 33.9%
G = 3.7%
B = 62.39%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#770DDB (or 0x770DDB) is known color: Blue Violet. HEX triplet: 77, 0D and DB. RGB value is (119,13,219). Sum of RGB (Red+Green+Blue) = 119+13+219=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #770DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DDB is #88F224. Grayscale: #434343. Windows color (decimal): -8974885 or 14355831. OLE color: 14355831.

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

Color convert

RGB 119 13 219 -
CMYK 0.46 0.94 0 0.14
HSL 270.87º 0.89% 0.45% -
HSV(B) 270.87º 0.94% 0.86% -
XYZ 20.54 9.32 67.74 -
YUV 68.18 213.12 164.25 -
System Red Green Blue C M Y K H S L
Decimal 119 13 219 0.46 0.94 0 0.14 270.87 0.89 0.45
Hex 77 D DB 2E 5E 0 E 10F 59 2D
Octal 167 15 333 56 136 0 16 417 131 55
Binary 1110111 1101 11011011 101110 1011110 0 1110 100001111 1011001 101101

Color Harmonies of #770DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DDB

Black with #770DDB

Text Example


Text Example

White with #770DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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