#663DC0

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

Shades of Purple Heart #663DC0

Tints of Purple Heart #663DC0

Color information

#663DC0 (or 0x663DC0) is unknown color: approx Purple Heart. HEX triplet: 66, 3D and C0. RGB value is (102,61,192). Sum of RGB (Red+Green+Blue) = 102+61+192=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #663DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DC0 is #99C23F. Grayscale: #575757. Windows color (decimal): -10076736 or 12598630. OLE color: 12598630.

HSL color Cylindrical-coordinate representation of color #663DC0: hue angle of 258.78º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663DC0 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10261192-
CMYK0.470.6800.25
HSL258.78º51.78%49.61%-
HSV(B)258.78º68.23%75.29%-
XYZ16.669.9750.91-
YUV88.19186.58137.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=28.73%
G=17.18%
B=54.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102611920.470.6800.25258.7851.7849.61
Hex663DC02F440191033432
Octal14675300571040314036462
Binary1100110111101110000001011111000100011001100000011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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