#662ec1

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

Shades of Purple Heart #662EC1

Tints of Purple Heart #662EC1

Color information

#662EC1 (or 0x662EC1) is unknown color: approx Purple Heart. HEX triplet: 66, 2E and C1. RGB value is (102,46,193). Sum of RGB (Red+Green+Blue) = 102+46+193=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #662EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EC1 is #99D13E. Grayscale: #4E4E4E. Windows color (decimal): -10080575 or 12660326. OLE color: 12660326.

HSL color Cylindrical-coordinate representation of color #662EC1: hue angle of 262.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662EC1 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10246193-
CMYK0.470.7600.24
HSL262.86º61.51%46.86%-
HSV(B)262.86º76.17%75.69%-
XYZ16.088.6351.27-
YUV79.5192.05144.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 46 (18.36% from 255) = 13.49%
BLUE value IS 193 (75.78% from 255) = 56.60%
R=29.91%
G=13.49%
B=56.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102461930.470.7600.24262.8661.5146.86
Hex662EC12F4C0181073e2f
Octal14656301571140304077657
Binary1100110101110110000011011111001100011000100000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662ec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662ec1; }

 p { color: rgb(102,46,193); }

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

<style>
 a { background-color: #662ec1; }

 a { background-color: rgb(102,46,193); }

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

<style>
 span { border-color: #662ec1; }

 span { border-color: rgb(102,46,193); }

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