#772FBA

Color #772FBA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #772FBA

Tints of Purple Heart #772FBA

Color information

#772FBA (or 0x772FBA) is unknown color: approx Purple Heart. HEX triplet: 77, 2F and BA. RGB value is (119,47,186). Sum of RGB (Red+Green+Blue) = 119+47+186=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #772FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FBA is #88D045. Grayscale: #535353. Windows color (decimal): -8966214 or 12201847. OLE color: 12201847.

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

Color convert

RGB11947186-
CMYK0.360.7500.27
HSL271.08º59.66%45.69%-
HSV(B)271.08º74.73%72.94%-
XYZ17.499.547.37-
YUV84.37185.35152.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=33.81%
G=13.35%
B=52.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119471860.360.7500.27271.0859.6645.69
Hex772FBA244B01B10f3c2e
Octal16757272441130334177456
Binary1110111101111101110101001001001011011011100001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #772FBA;
 }
 .AnyTagClassName
 {
   color: #772FBA;
 }
</style>
background-color css

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

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

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

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

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

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