#663DDE

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

Shades of Purple Heart #663DDE

Tints of Purple Heart #663DDE

Color information

#663DDE (or 0x663DDE) is unknown color: approx Purple Heart. HEX triplet: 66, 3D and DE. RGB value is (102,61,222). Sum of RGB (Red+Green+Blue) = 102+61+222=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #663DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DDE is #99C221. Grayscale: #5B5B5B. Windows color (decimal): -10076706 or 14564710. OLE color: 14564710.

HSL color Cylindrical-coordinate representation of color #663DDE: hue angle of 255.28º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663DDE is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10261222-
CMYK0.540.7300.13
HSL255.28º70.93%55.49%-
HSV(B)255.28º72.52%87.06%-
XYZ20.3311.4470.24-
YUV91.61201.58135.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 61 (24.22% from 255) = 15.84%
BLUE value IS 222 (87.11% from 255) = 57.66%
R=26.49%
G=15.84%
B=57.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102612220.540.7300.13255.2870.9355.49
Hex663DDE36490Dff4737
Octal146753366611101537710767
Binary110011011110111011110110110100100101101111111111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,61,222); }

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

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

 a { background-color: rgb(102,61,222); }

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

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

 span { border-color: rgb(102,61,222); }

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