#663FC1

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

Shades of Purple Heart #663FC1

Tints of Purple Heart #663FC1

Color information

#663FC1 (or 0x663FC1) is unknown color: approx Purple Heart. HEX triplet: 66, 3F and C1. RGB value is (102,63,193). Sum of RGB (Red+Green+Blue) = 102+63+193=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #663FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FC1 is #99C03E. Grayscale: #595959. Windows color (decimal): -10076223 or 12664678. OLE color: 12664678.

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

Color convert

RGB10263193-
CMYK0.470.6700.24
HSL258º51.18%50.2%-
HSV(B)258º67.36%75.69%-
XYZ16.8810.2351.54-
YUV89.48186.42136.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 63 (25% from 255) = 17.60%
BLUE value IS 193 (75.78% from 255) = 53.91%
R=28.49%
G=17.60%
B=53.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102631930.470.6700.2425851.1850.2
Hex663FC12F430181023332
Octal14677301571030304026362
Binary1100110111111110000011011111000011011000100000010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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