#6610A5

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

Shades of Purple Heart #6610A5

Tints of Purple Heart #6610A5

Color information

#6610A5 (or 0x6610A5) is unknown color: approx Purple Heart. HEX triplet: 66, 10 and A5. RGB value is (102,16,165). Sum of RGB (Red+Green+Blue) = 102+16+165=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 165 (64.84% from 255 or 58.30% from 283); Max value from RGB is 165 - color contains mainly: blue. Hex color #6610A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610A5 is #99EF5A. Grayscale: #3A3A3A. Windows color (decimal): -10088283 or 10817638. OLE color: 10817638.

HSL color Cylindrical-coordinate representation of color #6610A5: hue angle of 274.63º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6610A5 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10216165-
CMYK0.380.9000.35
HSL274.63º82.32%35.49%-
HSV(B)274.63º90.3%64.71%-
XYZ12.465.9136.08-
YUV58.7187.99158.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 165 (64.84% from 255) = 58.30%
R=36.04%
G=5.65%
B=58.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102161650.380.9000.35274.6382.3235.49
Hex6610A5265A0231135223
Octal146202454613204342312243
Binary11001101000010100101100110101101001000111000100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6610A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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