#63265F

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

Shades of Palatinate Purple #63265F

Tints of Palatinate Purple #63265F

Color information

#63265F (or 0x63265F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 26 and 5F. RGB value is (99,38,95). Sum of RGB (Red+Green+Blue) = 99+38+95=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63265F is #9CD9A0. Grayscale: #3E3E3E. Windows color (decimal): -10279329 or 6235747. OLE color: 6235747.

HSL color Cylindrical-coordinate representation of color #63265F: hue angle of 303.93º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63265F is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB993895-
CMYK00.620.040.61
HSL303.93º44.53%26.86%-
HSV(B)303.93º61.62%38.82%-
XYZ7.94.8711.35-
YUV62.74146.21153.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=42.67%
G=16.38%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99389500.620.040.61303.9344.5326.86
Hex63265F03E43D1302d1b
Octal143461370764754605533
Binary11000111001101011111011111010011110110011000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63265F; }

 p { color: rgb(99,38,95); }

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

<style>
 a { background-color: #63265F; }

 a { background-color: rgb(99,38,95); }

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

<style>
 span { border-color: #63265F; }

 span { border-color: rgb(99,38,95); }

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