#631762

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

Shades of Palatinate Purple #631762

Tints of Palatinate Purple #631762

Color information

#631762 (or 0x631762) is unknown color: approx Palatinate Purple. HEX triplet: 63, 17 and 62. RGB value is (99,23,98). Sum of RGB (Red+Green+Blue) = 99+23+98=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #631762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631762 is #9CE89D. Grayscale: #363636. Windows color (decimal): -10283166 or 6428515. OLE color: 6428515.

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

Color convert

RGB992398-
CMYK00.770.010.61
HSL300.79º62.3%23.92%-
HSV(B)300.79º76.77%38.82%-
XYZ7.664.1511.95-
YUV54.27152.68159.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=45%
G=10.45%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99239800.770.010.61300.7962.323.92
Hex63176204D13D12d3e18
Octal1432714201151754557630
Binary110001110111110001001001101111110110010110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631762; }

 p { color: rgb(99,23,98); }

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

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

 a { background-color: rgb(99,23,98); }

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

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

 span { border-color: rgb(99,23,98); }

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