#663DB7

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

Shades of Purple Heart #663DB7

Tints of Purple Heart #663DB7

Color information

#663DB7 (or 0x663DB7) is unknown color: approx Purple Heart. HEX triplet: 66, 3D and B7. RGB value is (102,61,183). Sum of RGB (Red+Green+Blue) = 102+61+183=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #663DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DB7 is #99C248. Grayscale: #565656. Windows color (decimal): -10076745 or 12008806. OLE color: 12008806.

HSL color Cylindrical-coordinate representation of color #663DB7: hue angle of 260.16º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663DB7 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10261183-
CMYK0.440.6700.28
HSL260.16º50%47.84%-
HSV(B)260.16º66.67%71.76%-
XYZ15.79.5845.82-
YUV87.17182.08138.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 61 (24.22% from 255) = 17.63%
BLUE value IS 183 (71.88% from 255) = 52.89%
R=29.48%
G=17.63%
B=52.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102611830.440.6700.28260.165047.84
Hex663DB72C4301C1043230
Octal14675267541030344046260
Binary1100110111101101101111011001000011011100100000100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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