#6610AD

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

Shades of Purple Heart #6610AD

Tints of Purple Heart #6610AD

Color information

#6610AD (or 0x6610AD) is unknown color: approx Purple Heart. HEX triplet: 66, 10 and AD. RGB value is (102,16,173). Sum of RGB (Red+Green+Blue) = 102+16+173=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #6610AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610AD is #99EF52. Grayscale: #3B3B3B. Windows color (decimal): -10088275 or 11341926. OLE color: 11341926.

HSL color Cylindrical-coordinate representation of color #6610AD: hue angle of 272.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6610AD is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10216173-
CMYK0.410.9100.32
HSL272.87º83.07%37.06%-
HSV(B)272.87º90.75%67.84%-
XYZ13.216.2140.04-
YUV59.61191.99158.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 16 (6.64% from 255) = 5.50%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=35.05%
G=5.50%
B=59.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102161730.410.9100.32272.8783.0737.06
Hex6610AD295B0201115325
Octal146202555113304042112345
Binary11001101000010101101101001101101101000001000100011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6610AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6610AD; }

 p { color: rgb(102,16,173); }

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

<style>
 a { background-color: #6610AD; }

 a { background-color: rgb(102,16,173); }

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

<style>
 span { border-color: #6610AD; }

 span { border-color: rgb(102,16,173); }

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