#6627AB

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

Shades of Purple Heart #6627AB

Tints of Purple Heart #6627AB

Color information

#6627AB (or 0x6627AB) is unknown color: approx Purple Heart. HEX triplet: 66, 27 and AB. RGB value is (102,39,171). Sum of RGB (Red+Green+Blue) = 102+39+171=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #6627AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6627AB is #99D854. Grayscale: #484848. Windows color (decimal): -10082389 or 11216742. OLE color: 11216742.

HSL color Cylindrical-coordinate representation of color #6627AB: hue angle of 268.64º 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 #6627AB is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10239171-
CMYK0.400.7700.33
HSL268.64º62.86%41.18%-
HSV(B)268.64º77.19%67.06%-
XYZ13.567.2239.21-
YUV72.88183.37148.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=32.69%
G=12.5%
B=54.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102391710.400.7700.33268.6462.8641.18
Hex6627AB284D02110d3f29
Octal14647253501150414157751
Binary11001101001111010101110100010011010100001100001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6627AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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