#662CC1

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

Shades of Purple Heart #662CC1

Tints of Purple Heart #662CC1

Color information

#662CC1 (or 0x662CC1) is unknown color: approx Purple Heart. HEX triplet: 66, 2C and C1. RGB value is (102,44,193). Sum of RGB (Red+Green+Blue) = 102+44+193=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #662CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662CC1 is #99D33E. Grayscale: #4D4D4D. Windows color (decimal): -10081087 or 12659814. OLE color: 12659814.

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

Color convert

RGB10244193-
CMYK0.470.7700.24
HSL263.36º62.87%46.47%-
HSV(B)263.36º77.2%75.69%-
XYZ16.018.4851.24-
YUV78.33192.72144.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 44 (17.58% from 255) = 12.98%
BLUE value IS 193 (75.78% from 255) = 56.93%
R=30.09%
G=12.98%
B=56.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102441930.470.7700.24263.3662.8746.47
Hex662CC12F4D0181073f2e
Octal14654301571150304077756
Binary1100110101100110000011011111001101011000100000111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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