#63056D

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

Shades of Purple #63056D

Tints of Purple #63056D

Color information

#63056D (or 0x63056D) is unknown color: approx Purple. HEX triplet: 63, 05 and 6D. RGB value is (99,5,109). Sum of RGB (Red+Green+Blue) = 99+5+109=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #63056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63056D is #9CFA92. Grayscale: #2C2C2C. Windows color (decimal): -10287763 or 7144803. OLE color: 7144803.

HSL color Cylindrical-coordinate representation of color #63056D: hue angle of 294.23º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63056D is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB995109-
CMYK0.090.9500.57
HSL294.23º91.23%22.35%-
HSV(B)294.23º95.41%42.75%-
XYZ7.963.8714.79-
YUV44.96164.14166.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=46.48%
G=2.35%
B=51.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9951090.090.9500.57294.2391.2322.35
Hex6356D95F0391265b16
Octal14351551113707144613326
Binary11000111011101101100110111110111001100100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63056D; }

 p { color: rgb(99,5,109); }

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

<style>
 a { background-color: #63056D; }

 a { background-color: rgb(99,5,109); }

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

<style>
 span { border-color: #63056D; }

 span { border-color: rgb(99,5,109); }

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