#63255E

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

Shades of Palatinate Purple #63255E

Tints of Palatinate Purple #63255E

Color information

#63255E (or 0x63255E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 25 and 5E. RGB value is (99,37,94). Sum of RGB (Red+Green+Blue) = 99+37+94=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63255E is #9CDAA1. Grayscale: #3D3D3D. Windows color (decimal): -10279586 or 6169955. OLE color: 6169955.

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

Color convert

RGB993794-
CMYK00.630.050.61
HSL304.84º45.59%26.67%-
HSV(B)304.84º62.63%38.82%-
XYZ7.834.7811.1-
YUV62.04146.04154.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=43.04%
G=16.09%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99379400.630.050.61304.8445.5926.67
Hex63255E03F53D1312e1b
Octal143451360775754615633
Binary11000111001011011110011111110111110110011000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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