#661EA5

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

Shades of Purple Heart #661EA5

Tints of Purple Heart #661EA5

Color information

#661EA5 (or 0x661EA5) is unknown color: approx Purple Heart. HEX triplet: 66, 1E and A5. RGB value is (102,30,165). Sum of RGB (Red+Green+Blue) = 102+30+165=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 165 (64.84% from 255 or 55.56% from 297); Max value from RGB is 165 - color contains mainly: blue. Hex color #661EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661EA5 is #99E15A. Grayscale: #424242. Windows color (decimal): -10084699 or 10821222. OLE color: 10821222.

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

Color convert

RGB10230165-
CMYK0.380.8200.35
HSL272º69.23%38.24%-
HSV(B)272º81.82%64.71%-
XYZ12.746.4736.17-
YUV66.92183.35153.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 165 (64.84% from 255) = 55.56%
R=34.34%
G=10.10%
B=55.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102301650.380.8200.3527269.2338.24
Hex661EA526520231104526
Octal146362454612204342010546
Binary11001101111010100101100110101001001000111000100001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661EA5; }

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

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

<style>
 a { background-color: #661EA5; }

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

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

<style>
 span { border-color: #661EA5; }

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

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