#633D5B

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

Shades of Palatinate Purple #633D5B

Tints of Palatinate Purple #633D5B

Color information

#633D5B (or 0x633D5B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 3D and 5B. RGB value is (99,61,91). Sum of RGB (Red+Green+Blue) = 99+61+91=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #633D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D5B is #9CC2A4. Grayscale: #4B4B4B. Windows color (decimal): -10273445 or 5979491. OLE color: 5979491.

HSL color Cylindrical-coordinate representation of color #633D5B: hue angle of 312.63º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #633D5B is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB996191-
CMYK00.380.080.61
HSL312.63º23.75%31.37%-
HSV(B)312.63º38.38%38.82%-
XYZ8.76.7510.74-
YUV75.78136.59144.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 61 (24.22% from 255) = 24.30%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=39.44%
G=24.30%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99619100.380.080.61312.6323.7531.37
Hex633D5B02683D139181f
Octal1437513304610754713037
Binary11000111111011011011010011010001111011001110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633D5B; }

 p { color: rgb(99,61,91); }

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

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

 a { background-color: rgb(99,61,91); }

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

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

 span { border-color: rgb(99,61,91); }

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