#6028AB

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

Shades of Purple Heart #6028AB

Tints of Purple Heart #6028AB

Color information

#6028AB (or 0x6028AB) is unknown color: approx Purple Heart. HEX triplet: 60, 28 and AB. RGB value is (96,40,171). Sum of RGB (Red+Green+Blue) = 96+40+171=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #6028AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6028AB is #9FD754. Grayscale: #474747. Windows color (decimal): -10475349 or 11216992. OLE color: 11216992.

HSL color Cylindrical-coordinate representation of color #6028AB: hue angle of 265.65º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6028AB is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9640171-
CMYK0.440.7700.33
HSL265.65º62.09%41.37%-
HSV(B)265.65º76.61%67.06%-
XYZ12.936.9439.19-
YUV71.68184.05145.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=31.27%
G=13.03%
B=55.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96401710.440.7700.33265.6562.0941.37
Hex6028AB2C4D02110a3e29
Octal14050253541150414127651
Binary11000001010001010101110110010011010100001100001010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6028AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6028AB; }

 p { color: rgb(96,40,171); }

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

<style>
 a { background-color: #6028AB; }

 a { background-color: rgb(96,40,171); }

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

<style>
 span { border-color: #6028AB; }

 span { border-color: rgb(96,40,171); }

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