#6627AA

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

Shades of Purple Heart #6627AA

Tints of Purple Heart #6627AA

Color information

#6627AA (or 0x6627AA) is unknown color: approx Purple Heart. HEX triplet: 66, 27 and AA. RGB value is (102,39,170). Sum of RGB (Red+Green+Blue) = 102+39+170=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #6627AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6627AA is #99D855. Grayscale: #484848. Windows color (decimal): -10082390 or 11151206. OLE color: 11151206.

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

Color convert

RGB10239170-
CMYK0.40.7700.33
HSL268.85º62.68%40.98%-
HSV(B)268.85º77.06%66.67%-
XYZ13.467.1838.71-
YUV72.77182.87148.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=32.80%
G=12.54%
B=54.66%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102391700.40.7700.33268.8562.6840.98
Hex6627AA284D02110d3f29
Octal14647252501150414157751
Binary11001101001111010101010100010011010100001100001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6627AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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