#6003AE

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

Shades of Purple Heart #6003AE

Tints of Purple Heart #6003AE

Color information

#6003AE (or 0x6003AE) is unknown color: approx Purple Heart. HEX triplet: 60, 03 and AE. RGB value is (96,3,174). Sum of RGB (Red+Green+Blue) = 96+3+174=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #6003AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6003AE is #9FFC51. Grayscale: #313131. Windows color (decimal): -10484818 or 11404128. OLE color: 11404128.

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

Color convert

RGB963174-
CMYK0.450.9800.32
HSL272.63º96.61%34.71%-
HSV(B)272.63º98.28%68.24%-
XYZ12.55.6140.47-
YUV50.3197.81160.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=35.16%
G=1.10%
B=63.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9631740.450.9800.32272.6396.6134.71
Hex603AE2D620201116123
Octal14032565514204042114143
Binary11000001110101110101101110001001000001000100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6003AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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