#663DDF

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

Shades of Purple Heart #663DDF

Tints of Purple Heart #663DDF

Color information

#663DDF (or 0x663DDF) is unknown color: approx Purple Heart. HEX triplet: 66, 3D and DF. RGB value is (102,61,223). Sum of RGB (Red+Green+Blue) = 102+61+223=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #663DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DDF is #99C220. Grayscale: #5B5B5B. Windows color (decimal): -10076705 or 14630246. OLE color: 14630246.

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

Color convert

RGB10261223-
CMYK0.540.7300.13
HSL255.19º71.68%55.69%-
HSV(B)255.19º72.65%87.45%-
XYZ20.4711.4970.95-
YUV91.73202.08135.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 223 (87.5% from 255) = 57.77%
R=26.42%
G=15.80%
B=57.77%

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
Decimal102612230.540.7300.13255.1971.6855.69
Hex663DDF36490Dff4838
Octal146753376611101537711070
Binary110011011110111011111110110100100101101111111111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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