#6609AE

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

Shades of Purple Heart #6609AE

Tints of Purple Heart #6609AE

Color information

#6609AE (or 0x6609AE) is unknown color: approx Purple Heart. HEX triplet: 66, 09 and AE. RGB value is (102,9,174). Sum of RGB (Red+Green+Blue) = 102+9+174=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #6609AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6609AE is #99F651. Grayscale: #373737. Windows color (decimal): -10090066 or 11405670. OLE color: 11405670.

HSL color Cylindrical-coordinate representation of color #6609AE: hue angle of 273.82º 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 #6609AE is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1029174-
CMYK0.410.9500.32
HSL273.82º90.16%35.88%-
HSV(B)273.82º94.83%68.24%-
XYZ13.226.0840.52-
YUV55.62194.81161.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=35.79%
G=3.16%
B=61.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10291740.410.9500.32273.8290.1635.88
Hex669AE295F0201125a24
Octal146112565113704042213244
Binary1100110100110101110101001101111101000001000100101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6609AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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