#661EBE

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

Shades of Purple Heart #661EBE

Tints of Purple Heart #661EBE

Color information

#661EBE (or 0x661EBE) is unknown color: approx Purple Heart. HEX triplet: 66, 1E and BE. RGB value is (102,30,190). Sum of RGB (Red+Green+Blue) = 102+30+190=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #661EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EBE is #99E141. Grayscale: #454545. Windows color (decimal): -10084674 or 12459622. OLE color: 12459622.

HSL color Cylindrical-coordinate representation of color #661EBE: hue angle of 267º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661EBE is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10230190-
CMYK0.460.8400.25
HSL267º72.73%43.14%-
HSV(B)267º84.21%74.51%-
XYZ15.247.4749.35-
YUV69.77195.85150.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 190 (74.61% from 255) = 59.01%
R=31.68%
G=9.32%
B=59.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102301900.460.8400.2526772.7343.14
Hex661EBE2E5401910b492b
Octal146362765612403141311153
Binary1100110111101011111010111010101000110011000010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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