#63295C

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

Shades of Palatinate Purple #63295C

Tints of Palatinate Purple #63295C

Color information

#63295C (or 0x63295C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 29 and 5C. RGB value is (99,41,92). Sum of RGB (Red+Green+Blue) = 99+41+92=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63295C is #9CD6A3. Grayscale: #404040. Windows color (decimal): -10278564 or 6039907. OLE color: 6039907.

HSL color Cylindrical-coordinate representation of color #63295C: hue angle of 307.24º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63295C is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB994192-
CMYK00.590.070.61
HSL307.24º41.43%27.45%-
HSV(B)307.24º58.59%38.82%-
XYZ7.875.0110.68-
YUV64.16143.72152.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=42.67%
G=17.67%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99419200.590.070.61307.2441.4327.45
Hex63295C03B73D133291b
Octal143511340737754635133
Binary11000111010011011100011101111111110110011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63295C; }

 p { color: rgb(99,41,92); }

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

<style>
 a { background-color: #63295C; }

 a { background-color: rgb(99,41,92); }

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

<style>
 span { border-color: #63295C; }

 span { border-color: rgb(99,41,92); }

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