#632B5F

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

Shades of Palatinate Purple #632B5F

Tints of Palatinate Purple #632B5F

Color information

#632B5F (or 0x632B5F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 2B and 5F. RGB value is (99,43,95). Sum of RGB (Red+Green+Blue) = 99+43+95=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #632B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632B5F is #9CD4A0. Grayscale: #414141. Windows color (decimal): -10278049 or 6237027. OLE color: 6237027.

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

Color convert

RGB994395-
CMYK00.570.040.61
HSL304.29º39.44%27.84%-
HSV(B)304.29º56.57%38.82%-
XYZ8.085.2111.41-
YUV65.67144.55151.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=41.77%
G=18.14%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99439500.570.040.61304.2939.4427.84
Hex632B5F03943D130271c
Octal143531370714754604734
Binary11000111010111011111011100110011110110011000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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