#6628ab

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

Shades of Purple Heart #6628AB

Tints of Purple Heart #6628AB

Color information

#6628AB (or 0x6628AB) is unknown color: approx Purple Heart. HEX triplet: 66, 28 and AB. RGB value is (102,40,171). Sum of RGB (Red+Green+Blue) = 102+40+171=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #6628AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6628AB is #99D754. Grayscale: #494949. Windows color (decimal): -10082133 or 11216998. OLE color: 11216998.

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

Color convert

RGB10240171-
CMYK0.400.7700.33
HSL268.4º62.09%41.37%-
HSV(B)268.4º76.61%67.06%-
XYZ13.597.2839.22-
YUV73.47183.04148.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 171 (67.19% from 255) = 54.63%
R=32.59%
G=12.78%
B=54.63%

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
Decimal102401710.400.7700.33268.462.0941.37
Hex6628AB284D02110c3e29
Octal14650253501150414147651
Binary11001101010001010101110100010011010100001100001100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6628ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6628ab; }

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

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

<style>
 a { background-color: #6628ab; }

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

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

<style>
 span { border-color: #6628ab; }

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

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