Html Css Color HEX #772DBB Purple Heart

📋 copy color: '#772DBB'

red 119 ◦ green 45 ◦ blue 187

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

Shades of Purple Heart #772DBB

Tints of Purple Heart #772DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.82%

 BLUE value IS 187 (73.44% from 255) = 53.28%

R = 33.9%
G = 12.82%
B = 53.28%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#772DBB (or 0x772DBB) is known color: Purple Heart. HEX triplet: 77, 2D and BB. RGB value is (119,45,187). Sum of RGB (Red+Green+Blue) = 119+45+187=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #772DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DBB is #88D244. Grayscale: #525252. Windows color (decimal): -8966725 or 12266871. OLE color: 12266871.

HSL color Cylindrical-coordinate representation of color #772DBB: hue angle of 271.27º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772DBB is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 45 187 -
CMYK 0.36 0.76 0 0.27
HSL 271.27º 0.61% 0.45% -
HSV(B) 271.27º 0.76% 0.73% -
XYZ 17.52 9.39 47.9 -
YUV 83.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 119 45 187 0.36 0.76 0 0.27 271.27 0.61 0.45
Hex 77 2D BB 24 4C 0 1B 10F 3D 2D
Octal 167 55 273 44 114 0 33 417 75 55
Binary 1110111 101101 10111011 100100 1001100 0 11011 100001111 111101 101101

Color Harmonies of #772DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DBB

Black with #772DBB

Text Example


Text Example

White with #772DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,45,187); }

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

background-color css

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

 a { background-color: rgb(119,45,187); }

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

border-color css

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

 span { border-color: rgb(119,45,187); }

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