#6027AE

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

Shades of Purple Heart #6027AE

Tints of Purple Heart #6027AE

Color information

#6027AE (or 0x6027AE) is unknown color: approx Purple Heart. HEX triplet: 60, 27 and AE. RGB value is (96,39,174). Sum of RGB (Red+Green+Blue) = 96+39+174=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #6027AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6027AE is #9FD851. Grayscale: #464646. Windows color (decimal): -10475602 or 11413344. OLE color: 11413344.

HSL color Cylindrical-coordinate representation of color #6027AE: hue angle of 265.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6027AE is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9639174-
CMYK0.450.7800.32
HSL265.33º63.38%41.76%-
HSV(B)265.33º77.59%68.24%-
XYZ13.196.9940.7-
YUV71.43185.88145.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=31.07%
G=12.62%
B=56.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96391740.450.7800.32265.3363.3841.76
Hex6027AE2D4E0201093f2a
Octal14047256551160404117752
Binary11000001001111010111010110110011100100000100001001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6027AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6027AE; }

 p { color: rgb(96,39,174); }

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

<style>
 a { background-color: #6027AE; }

 a { background-color: rgb(96,39,174); }

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

<style>
 span { border-color: #6027AE; }

 span { border-color: rgb(96,39,174); }

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