#6032BA

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

Shades of Purple Heart #6032BA

Tints of Purple Heart #6032BA

Color information

#6032BA (or 0x6032BA) is unknown color: approx Purple Heart. HEX triplet: 60, 32 and BA. RGB value is (96,50,186). Sum of RGB (Red+Green+Blue) = 96+50+186=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #6032BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6032BA is #9FCD45. Grayscale: #4E4E4E. Windows color (decimal): -10472774 or 12202592. OLE color: 12202592.

HSL color Cylindrical-coordinate representation of color #6032BA: hue angle of 260.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6032BA is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9650186-
CMYK0.480.7300.27
HSL260.29º57.63%46.27%-
HSV(B)260.29º73.12%72.94%-
XYZ14.838.3147.28-
YUV79.26188.24139.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=28.92%
G=15.06%
B=56.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96501860.480.7300.27260.2957.6346.27
Hex6032BA304901B1043a2e
Octal14062272601110334047256
Binary1100000110010101110101100001001001011011100000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6032BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6032BA; }

 p { color: rgb(96,50,186); }

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

<style>
 a { background-color: #6032BA; }

 a { background-color: rgb(96,50,186); }

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

<style>
 span { border-color: #6032BA; }

 span { border-color: rgb(96,50,186); }

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