Html Css Color HEX #772FB8 Purple Heart

📋 copy color: '#772FB8'

red 119 ◦ green 47 ◦ blue 184

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

Shades of Purple Heart #772FB8

Tints of Purple Heart #772FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.57%

R = 34%
G = 13.43%
B = 52.57%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#772FB8 (or 0x772FB8) is known color: Purple Heart. HEX triplet: 77, 2F and B8. RGB value is (119,47,184). Sum of RGB (Red+Green+Blue) = 119+47+184=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #772FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FB8 is #88D047. Grayscale: #535353. Windows color (decimal): -8966216 or 12070775. OLE color: 12070775.

HSL color Cylindrical-coordinate representation of color #772FB8: hue angle of 271.53º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772FB8 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 47 184 -
CMYK 0.35 0.74 0 0.28
HSL 271.53º 0.59% 0.45% -
HSV(B) 271.53º 0.74% 0.72% -
XYZ 17.28 9.42 46.25 -
YUV 84.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 119 47 184 0.35 0.74 0 0.28 271.53 0.59 0.45
Hex 77 2F B8 23 4A 0 1C 110 3B 2D
Octal 167 57 270 43 112 0 34 420 73 55
Binary 1110111 101111 10111000 100011 1001010 0 11100 100010000 111011 101101

Color Harmonies of #772FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FB8

Black with #772FB8

Text Example


Text Example

White with #772FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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