#6616AB

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

Shades of Purple Heart #6616AB

Tints of Purple Heart #6616AB

Color information

#6616AB (or 0x6616AB) is unknown color: approx Purple Heart. HEX triplet: 66, 16 and AB. RGB value is (102,22,171). Sum of RGB (Red+Green+Blue) = 102+22+171=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #6616AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6616AB is #99E954. Grayscale: #3E3E3E. Windows color (decimal): -10086741 or 11212390. OLE color: 11212390.

HSL color Cylindrical-coordinate representation of color #6616AB: hue angle of 272.21º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6616AB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10222171-
CMYK0.400.8700.33
HSL272.21º77.2%37.84%-
HSV(B)272.21º87.13%67.06%-
XYZ13.126.3439.06-
YUV62.91189155.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=34.58%
G=7.46%
B=57.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102221710.400.8700.33272.2177.237.84
Hex6616AB28570211104d26
Octal146262535012704142011546
Binary11001101011010101011101000101011101000011000100001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6616AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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