#631952

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

Shades of Palatinate Purple #631952

Tints of Palatinate Purple #631952

Color information

#631952 (or 0x631952) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 52. RGB value is (99,25,82). Sum of RGB (Red+Green+Blue) = 99+25+82=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #631952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631952 is #9CE6AD. Grayscale: #353535. Windows color (decimal): -10282670 or 5380451. OLE color: 5380451.

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

Color convert

RGB992582-
CMYK00.750.170.61
HSL313.78º59.68%24.31%-
HSV(B)313.78º74.75%38.82%-
XYZ7.023.968.38-
YUV53.62144.02160.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=48.06%
G=12.14%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99258200.750.170.61313.7859.6824.31
Hex63195204B113D13a3c18
Octal14331122011321754727430
Binary1100011110011010010010010111000111110110011101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631952; }

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

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

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

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

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

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

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

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