#631C52

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

Shades of Palatinate Purple #631C52

Tints of Palatinate Purple #631C52

Color information

#631C52 (or 0x631C52) is unknown color: approx Palatinate Purple. HEX triplet: 63, 1C and 52. RGB value is (99,28,82). Sum of RGB (Red+Green+Blue) = 99+28+82=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #631C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C52 is #9CE3AD. Grayscale: #373737. Windows color (decimal): -10281902 or 5381219. OLE color: 5381219.

HSL color Cylindrical-coordinate representation of color #631C52: hue angle of 314.37º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C52 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB992882-
CMYK00.720.170.61
HSL314.37º55.91%24.9%-
HSV(B)314.37º71.72%38.82%-
XYZ7.084.098.4-
YUV55.38143.02159.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=47.37%
G=13.40%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99288200.720.170.61314.3755.9124.9
Hex631C52048113D13a3819
Octal14334122011021754727031
Binary1100011111001010010010010001000111110110011101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631C52; }

 p { color: rgb(99,28,82); }

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

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

 a { background-color: rgb(99,28,82); }

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

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

 span { border-color: rgb(99,28,82); }

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