#63255A

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

Shades of Palatinate Purple #63255A

Tints of Palatinate Purple #63255A

Color information

#63255A (or 0x63255A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 25 and 5A. RGB value is (99,37,90). Sum of RGB (Red+Green+Blue) = 99+37+90=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63255A is #9CDAA5. Grayscale: #3D3D3D. Windows color (decimal): -10279590 or 5907811. OLE color: 5907811.

HSL color Cylindrical-coordinate representation of color #63255A: hue angle of 308.71º 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 #63255A is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB993790-
CMYK00.630.090.61
HSL308.71º45.59%26.67%-
HSV(B)308.71º62.63%38.82%-
XYZ7.654.7110.18-
YUV61.58144.04154.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=43.81%
G=16.37%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99379000.630.090.61308.7145.5926.67
Hex63255A03F93D1352e1b
Octal1434513207711754655633
Binary110001110010110110100111111100111110110011010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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