#6625AA

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

Shades of Purple Heart #6625AA

Tints of Purple Heart #6625AA

Color information

#6625AA (or 0x6625AA) is unknown color: approx Purple Heart. HEX triplet: 66, 25 and AA. RGB value is (102,37,170). Sum of RGB (Red+Green+Blue) = 102+37+170=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #6625AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6625AA is #99DA55. Grayscale: #474747. Windows color (decimal): -10082902 or 11150694. OLE color: 11150694.

HSL color Cylindrical-coordinate representation of color #6625AA: hue angle of 269.32º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6625AA is Cyan = 0.4, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10237170-
CMYK0.40.7800.33
HSL269.32º64.25%40.59%-
HSV(B)269.32º78.24%66.67%-
XYZ13.47.0538.68-
YUV71.6183.53149.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=33.01%
G=11.97%
B=55.02%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102371700.40.7800.33269.3264.2540.59
Hex6625AA284E02110d4029
Octal146452525011604141510051
Binary110011010010110101010101000100111001000011000011011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6625AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6625AA; }

 p { color: rgb(102,37,170); }

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

<style>
 a { background-color: #6625AA; }

 a { background-color: rgb(102,37,170); }

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

<style>
 span { border-color: #6625AA; }

 span { border-color: rgb(102,37,170); }

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