#660DA5

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

Shades of Purple Heart #660DA5

Tints of Purple Heart #660DA5

Color information

#660DA5 (or 0x660DA5) is unknown color: approx Purple Heart. HEX triplet: 66, 0D and A5. RGB value is (102,13,165). Sum of RGB (Red+Green+Blue) = 102+13+165=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #660DA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660DA5 is #99F25A. Grayscale: #383838. Windows color (decimal): -10089051 or 10816870. OLE color: 10816870.

HSL color Cylindrical-coordinate representation of color #660DA5: hue angle of 275.13º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660DA5 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10213165-
CMYK0.380.9200.35
HSL275.13º85.39%34.9%-
HSV(B)275.13º92.12%64.71%-
XYZ12.415.8336.07-
YUV56.94188.99160.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 13 (5.47% from 255) = 4.64%
BLUE value IS 165 (64.84% from 255) = 58.93%
R=36.43%
G=4.64%
B=58.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102131650.380.9200.35275.1385.3934.9
Hex66DA5265C0231135523
Octal146152454613404342312543
Binary1100110110110100101100110101110001000111000100111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660DA5; }

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

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

<style>
 a { background-color: #660DA5; }

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

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

<style>
 span { border-color: #660DA5; }

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

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