#663ACC

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

Shades of Purple Heart #663ACC

Tints of Purple Heart #663ACC

Color information

#663ACC (or 0x663ACC) is unknown color: approx Purple Heart. HEX triplet: 66, 3A and CC. RGB value is (102,58,204). Sum of RGB (Red+Green+Blue) = 102+58+204=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #663ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ACC is #99C533. Grayscale: #575757. Windows color (decimal): -10077492 or 13384294. OLE color: 13384294.

HSL color Cylindrical-coordinate representation of color #663ACC: hue angle of 258.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663ACC is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10258204-
CMYK0.50.7200.2
HSL258.08º58.87%51.37%-
HSV(B)258.08º71.57%80%-
XYZ17.8910.2158.15-
YUV87.8193.58138.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=28.02%
G=15.93%
B=56.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102582040.50.7200.2258.0858.8751.37
Hex663ACC32480141023b33
Octal14672314621100244027363
Binary1100110111010110011001100101001000010100100000010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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