#631352

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

Shades of Palatinate Purple #631352

Tints of Palatinate Purple #631352

Color information

#631352 (or 0x631352) is unknown color: approx Palatinate Purple. HEX triplet: 63, 13 and 52. RGB value is (99,19,82). Sum of RGB (Red+Green+Blue) = 99+19+82=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #631352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631352 is #9CECAD. Grayscale: #313131. Windows color (decimal): -10284206 or 5378915. OLE color: 5378915.

HSL color Cylindrical-coordinate representation of color #631352: hue angle of 312.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631352 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB991982-
CMYK00.810.170.61
HSL312.75º67.8%23.14%-
HSV(B)312.75º80.81%38.82%-
XYZ6.93.738.34-
YUV50.1146162.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 82 (32.42% from 255) = 41%
R=49.5%
G=9.5%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99198200.810.170.61312.7567.823.14
Hex631352051113D1394417
Octal143231220121217547110427
Binary11000111001110100100101000110001111101100111001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631352; }

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

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

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

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

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

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

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

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