#631058

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

Shades of Palatinate Purple #631058

Tints of Palatinate Purple #631058

Color information

#631058 (or 0x631058) is unknown color: approx Palatinate Purple. HEX triplet: 63, 10 and 58. RGB value is (99,16,88). Sum of RGB (Red+Green+Blue) = 99+16+88=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #631058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631058 is #9CEFA7. Grayscale: #303030. Windows color (decimal): -10284968 or 5771363. OLE color: 5771363.

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

Color convert

RGB991688-
CMYK00.840.110.61
HSL307.95º72.17%22.55%-
HSV(B)307.95º83.84%38.82%-
XYZ7.093.739.58-
YUV49.02150163.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=48.77%
G=7.88%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99168800.840.110.61307.9572.1722.55
Hex631058054B3D1344817
Octal143201300124137546411027
Binary1100011100001011000010101001011111101100110100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631058; }

 p { color: rgb(99,16,88); }

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

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

 a { background-color: rgb(99,16,88); }

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

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

 span { border-color: rgb(99,16,88); }

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