#663fcb

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

Shades of Purple Heart #663FCB

Tints of Purple Heart #663FCB

Color information

#663FCB (or 0x663FCB) is unknown color: approx Purple Heart. HEX triplet: 66, 3F and CB. RGB value is (102,63,203). Sum of RGB (Red+Green+Blue) = 102+63+203=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #663FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FCB is #99C034. Grayscale: #5A5A5A. Windows color (decimal): -10076213 or 13320038. OLE color: 13320038.

HSL color Cylindrical-coordinate representation of color #663FCB: hue angle of 256.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663FCB is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10263203-
CMYK0.500.6900.20
HSL256.71º57.38%52.16%-
HSV(B)256.71º68.97%79.61%-
XYZ18.0410.6957.61-
YUV90.62191.42136.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 63 (25% from 255) = 17.12%
BLUE value IS 203 (79.69% from 255) = 55.16%
R=27.72%
G=17.12%
B=55.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102632030.500.6900.20256.7157.3852.16
Hex663FCB32450141013934
Octal14677313621050244017164
Binary1100110111111110010111100101000101010100100000001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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