#63046B

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

Shades of Purple #63046B

Tints of Purple #63046B

Color information

#63046B (or 0x63046B) is unknown color: approx Purple. HEX triplet: 63, 04 and 6B. RGB value is (99,4,107). Sum of RGB (Red+Green+Blue) = 99+4+107=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #63046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63046B is #9CFB94. Grayscale: #2B2B2B. Windows color (decimal): -10288021 or 7013475. OLE color: 7013475.

HSL color Cylindrical-coordinate representation of color #63046B: hue angle of 295.34º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63046B is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB994107-
CMYK0.070.9600.58
HSL295.34º92.79%21.76%-
HSV(B)295.34º96.26%41.96%-
XYZ7.843.814.23-
YUV44.15163.47167.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 107 (42.19% from 255) = 50.95%
R=47.14%
G=1.90%
B=50.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9941070.070.9600.58295.3492.7921.76
Hex6346B76003A1275d16
Octal1434153714007244713526
Binary1100011100110101111111000000111010100100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63046B; }

 p { color: rgb(99,4,107); }

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

<style>
 a { background-color: #63046B; }

 a { background-color: rgb(99,4,107); }

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

<style>
 span { border-color: #63046B; }

 span { border-color: rgb(99,4,107); }

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