#63035E

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

Shades of Palatinate Purple #63035E

Tints of Palatinate Purple #63035E

Color information

#63035E (or 0x63035E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 03 and 5E. RGB value is (99,3,94). Sum of RGB (Red+Green+Blue) = 99+3+94=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63035E is #9CFCA1. Grayscale: #292929. Windows color (decimal): -10288290 or 6161251. OLE color: 6161251.

HSL color Cylindrical-coordinate representation of color #63035E: hue angle of 303.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63035E is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB99394-
CMYK00.970.050.61
HSL303.12º94.12%20%-
HSV(B)303.12º96.97%38.82%-
XYZ7.23.5310.89-
YUV42.08157.3168.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=50.51%
G=1.53%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9939400.970.050.61303.1294.1220
Hex6335E06153D12f5e14
Octal1433136014157545713624
Binary110001111101111001100001101111101100101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63035E; }

 p { color: rgb(99,3,94); }

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

<style>
 a { background-color: #63035E; }

 a { background-color: rgb(99,3,94); }

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

<style>
 span { border-color: #63035E; }

 span { border-color: rgb(99,3,94); }

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