#663AE1

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

Shades of Purple Heart #663AE1

Tints of Purple Heart #663AE1

Color information

#663AE1 (or 0x663AE1) is unknown color: approx Purple Heart. HEX triplet: 66, 3A and E1. RGB value is (102,58,225). Sum of RGB (Red+Green+Blue) = 102+58+225=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #663AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663AE1 is #99C51E. Grayscale: #595959. Windows color (decimal): -10077471 or 14760550. OLE color: 14760550.

HSL color Cylindrical-coordinate representation of color #663AE1: hue angle of 255.81º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663AE1 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10258225-
CMYK0.550.7400.12
HSL255.81º73.57%55.49%-
HSV(B)255.81º74.22%88.24%-
XYZ20.5811.2972.33-
YUV90.19204.08136.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 225 (88.28% from 255) = 58.44%
R=26.49%
G=15.06%
B=58.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal102582250.550.7400.12255.8173.5755.49
Hex663AE1374A0C1004a37
Octal146723416711201440011267
Binary1100110111010111000011101111001010011001000000001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,58,225); }

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

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

 a { background-color: rgb(102,58,225); }

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

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

 span { border-color: rgb(102,58,225); }

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