#663ED7

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

Shades of Purple Heart #663ED7

Tints of Purple Heart #663ED7

Color information

#663ED7 (or 0x663ED7) is unknown color: approx Purple Heart. HEX triplet: 66, 3E and D7. RGB value is (102,62,215). Sum of RGB (Red+Green+Blue) = 102+62+215=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #663ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ED7 is #99C128. Grayscale: #5A5A5A. Windows color (decimal): -10076457 or 14106214. OLE color: 14106214.

HSL color Cylindrical-coordinate representation of color #663ED7: hue angle of 255.69º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663ED7 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10262215-
CMYK0.530.7100.16
HSL255.69º65.67%54.31%-
HSV(B)255.69º71.16%84.31%-
XYZ19.4711.1865.42-
YUV91.4197.75135.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 62 (24.61% from 255) = 16.36%
BLUE value IS 215 (84.38% from 255) = 56.73%
R=26.91%
G=16.36%
B=56.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102622150.530.7100.16255.6965.6754.31
Hex663ED735470101004236
Octal146763276510702040010266
Binary11001101111101101011111010110001110100001000000001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,62,215); }

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

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

 a { background-color: rgb(102,62,215); }

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

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

 span { border-color: rgb(102,62,215); }

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