#633256

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

Shades of Palatinate Purple #633256

Tints of Palatinate Purple #633256

Color information

#633256 (or 0x633256) is unknown color: approx Palatinate Purple. HEX triplet: 63, 32 and 56. RGB value is (99,50,86). Sum of RGB (Red+Green+Blue) = 99+50+86=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #633256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633256 is #9CCDA9. Grayscale: #444444. Windows color (decimal): -10276266 or 5648995. OLE color: 5648995.

HSL color Cylindrical-coordinate representation of color #633256: hue angle of 315.92º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #633256 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB995086-
CMYK00.490.130.61
HSL315.92º32.89%29.22%-
HSV(B)315.92º49.49%38.82%-
XYZ7.975.619.47-
YUV68.76137.73149.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=42.13%
G=21.28%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99508600.490.130.61315.9232.8929.22
Hex633256031D3D13c211d
Octal1436212606115754744135
Binary110001111001010101100110001110111110110011110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633256; }

 p { color: rgb(99,50,86); }

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

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

 a { background-color: rgb(99,50,86); }

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

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

 span { border-color: rgb(99,50,86); }

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