#663FC2

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

Shades of Purple Heart #663FC2

Tints of Purple Heart #663FC2

Color information

#663FC2 (or 0x663FC2) is unknown color: approx Purple Heart. HEX triplet: 66, 3F and C2. RGB value is (102,63,194). Sum of RGB (Red+Green+Blue) = 102+63+194=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 194 (76.17% from 255 or 54.04% from 359); Max value from RGB is 194 - color contains mainly: blue. Hex color #663FC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FC2 is #99C03D. Grayscale: #595959. Windows color (decimal): -10076222 or 12730214. OLE color: 12730214.

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

Color convert

RGB10263194-
CMYK0.470.6800.24
HSL257.86º51.78%50.39%-
HSV(B)257.86º67.53%76.08%-
XYZ16.9910.2752.13-
YUV89.59186.92136.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 194 (76.17% from 255) = 54.04%
R=28.41%
G=17.55%
B=54.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102631940.470.6800.24257.8651.7850.39
Hex663FC22F440181023432
Octal14677302571040304026462
Binary1100110111111110000101011111000100011000100000010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663FC2; }

 p { color: rgb(102,63,194); }

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

<style>
 a { background-color: #663FC2; }

 a { background-color: rgb(102,63,194); }

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

<style>
 span { border-color: #663FC2; }

 span { border-color: rgb(102,63,194); }

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