#661ABD

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

Shades of Purple Heart #661ABD

Tints of Purple Heart #661ABD

Color information

#661ABD (or 0x661ABD) is unknown color: approx Purple Heart. HEX triplet: 66, 1A and BD. RGB value is (102,26,189). Sum of RGB (Red+Green+Blue) = 102+26+189=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #661ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ABD is #99E542. Grayscale: #424242. Windows color (decimal): -10085699 or 12393062. OLE color: 12393062.

HSL color Cylindrical-coordinate representation of color #661ABD: hue angle of 267.98º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661ABD is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10226189-
CMYK0.460.8600.26
HSL267.98º75.81%42.16%-
HSV(B)267.98º86.24%74.12%-
XYZ15.037.2448.75-
YUV67.31196.68152.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 26 (10.55% from 255) = 8.20%
BLUE value IS 189 (74.22% from 255) = 59.62%
R=32.18%
G=8.20%
B=59.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102261890.460.8600.26267.9875.8142.16
Hex661ABD2E5601A10c4c2a
Octal146322755612603241411452
Binary1100110110101011110110111010101100110101000011001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,26,189); }

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

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

 a { background-color: rgb(102,26,189); }

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

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

 span { border-color: rgb(102,26,189); }

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