Html Css Color HEX #772FDB Blue Violet

📋 copy color: '#772FDB'

red 119 ◦ green 47 ◦ blue 219

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

Shades of Blue Violet #772FDB

Tints of Blue Violet #772FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.21%

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

R = 30.91%
G = 12.21%
B = 56.88%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#772FDB (or 0x772FDB) is known color: Blue Violet. HEX triplet: 77, 2F and DB. RGB value is (119,47,219). Sum of RGB (Red+Green+Blue) = 119+47+219=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #772FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FDB is #88D024. Grayscale: #575757. Windows color (decimal): -8966181 or 14364535. OLE color: 14364535.

HSL color Cylindrical-coordinate representation of color #772FDB: hue angle of 265.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772FDB is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 47 219 -
CMYK 0.46 0.79 0 0.14
HSL 265.12º 0.7% 0.52% -
HSV(B) 265.12º 0.79% 0.86% -
XYZ 21.41 11.07 68.03 -
YUV 88.14 201.85 150.01 -
System Red Green Blue C M Y K H S L
Decimal 119 47 219 0.46 0.79 0 0.14 265.12 0.7 0.52
Hex 77 2F DB 2E 4F 0 E 109 46 34
Octal 167 57 333 56 117 0 16 411 106 64
Binary 1110111 101111 11011011 101110 1001111 0 1110 100001001 1000110 110100

Color Harmonies of #772FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FDB

Black with #772FDB

Text Example


Text Example

White with #772FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772FDB; }

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

 H1.HeaderClassName
 {
   color: #772FDB;
 }
 .AnyTagClassName
 {
   color: #772FDB;
 }
</style>

background-color css

<style>
 a { background-color: #772FDB; }

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

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

border-color css

<style>
 span { border-color: #772FDB; }

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

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