#6009AE

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

Shades of Purple Heart #6009AE

Tints of Purple Heart #6009AE

Color information

#6009AE (or 0x6009AE) is unknown color: approx Purple Heart. HEX triplet: 60, 09 and AE. RGB value is (96,9,174). Sum of RGB (Red+Green+Blue) = 96+9+174=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #6009AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6009AE is #9FF651. Grayscale: #353535. Windows color (decimal): -10483282 or 11405664. OLE color: 11405664.

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

Color convert

RGB969174-
CMYK0.450.9500.32
HSL271.64º90.16%35.88%-
HSV(B)271.64º94.83%68.24%-
XYZ12.565.7440.49-
YUV53.82195.82158.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 174 (68.36% from 255) = 62.37%
R=34.41%
G=3.23%
B=62.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9691740.450.9500.32271.6490.1635.88
Hex609AE2D5F0201105a24
Octal140112565513704042013244
Binary1100000100110101110101101101111101000001000100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6009AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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