#633B5F

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

Shades of Palatinate Purple #633B5F

Tints of Palatinate Purple #633B5F

Color information

#633B5F (or 0x633B5F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 3B and 5F. RGB value is (99,59,95). Sum of RGB (Red+Green+Blue) = 99+59+95=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #633B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633B5F is #9CC4A0. Grayscale: #4A4A4A. Windows color (decimal): -10273953 or 6241123. OLE color: 6241123.

HSL color Cylindrical-coordinate representation of color #633B5F: hue angle of 306º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #633B5F is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB995995-
CMYK00.400.040.61
HSL306º25.32%30.98%-
HSV(B)306º40.4%38.82%-
XYZ8.786.6111.64-
YUV75.06139.25145.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=39.13%
G=23.32%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99599500.400.040.6130625.3230.98
Hex633B5F02843D132191f
Octal143731370504754623137
Binary1100011111011101111101010001001111011001100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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