#663ac1

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

Shades of Purple Heart #663AC1

Tints of Purple Heart #663AC1

Color information

#663AC1 (or 0x663AC1) is unknown color: approx Purple Heart. HEX triplet: 66, 3A and C1. RGB value is (102,58,193). Sum of RGB (Red+Green+Blue) = 102+58+193=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #663AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663AC1 is #99C53E. Grayscale: #565656. Windows color (decimal): -10077503 or 12663398. OLE color: 12663398.

HSL color Cylindrical-coordinate representation of color #663AC1: hue angle of 259.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #663AC1 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10258193-
CMYK0.470.7000.24
HSL259.56º53.78%49.22%-
HSV(B)259.56º69.95%75.69%-
XYZ16.629.751.45-
YUV86.55188.08139.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 193 (75.78% from 255) = 54.67%
R=28.90%
G=16.43%
B=54.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102581930.470.7000.24259.5653.7849.22
Hex663AC12F460181043631
Octal14672301571060304046661
Binary1100110111010110000011011111000110011000100000100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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