#663BD6

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

Shades of Purple Heart #663BD6

Tints of Purple Heart #663BD6

Color information

#663BD6 (or 0x663BD6) is unknown color: approx Purple Heart. HEX triplet: 66, 3B and D6. RGB value is (102,59,214). Sum of RGB (Red+Green+Blue) = 102+59+214=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #663BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BD6 is #99C429. Grayscale: #585858. Windows color (decimal): -10077226 or 14039910. OLE color: 14039910.

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

Color convert

RGB10259214-
CMYK0.520.7200.16
HSL256.65º65.4%53.53%-
HSV(B)256.65º72.43%83.92%-
XYZ19.1810.8164.69-
YUV89.53198.25136.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 214 (83.98% from 255) = 57.07%
R=27.2%
G=15.73%
B=57.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102592140.520.7200.16256.6565.453.53
Hex663BD634480101014136
Octal146733266411002040110166
Binary11001101110111101011011010010010000100001000000011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,59,214); }

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

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

 a { background-color: rgb(102,59,214); }

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

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

 span { border-color: rgb(102,59,214); }

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