#632460

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

Shades of Palatinate Purple #632460

Tints of Palatinate Purple #632460

Color information

#632460 (or 0x632460) is unknown color: approx Palatinate Purple. HEX triplet: 63, 24 and 60. RGB value is (99,36,96). Sum of RGB (Red+Green+Blue) = 99+36+96=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #632460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632460 is #9CDB9F. Grayscale: #3D3D3D. Windows color (decimal): -10279840 or 6300771. OLE color: 6300771.

HSL color Cylindrical-coordinate representation of color #632460: hue angle of 302.86º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #632460 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB993696-
CMYK00.640.030.61
HSL302.86º46.67%26.47%-
HSV(B)302.86º63.64%38.82%-
XYZ7.894.7611.57-
YUV61.68147.37154.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=42.86%
G=15.58%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99369600.640.030.61302.8646.6726.47
Hex63246004033D12f2f1a
Octal1434414001003754575732
Binary11000111001001100000010000001111110110010111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632460; }

 p { color: rgb(99,36,96); }

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

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

 a { background-color: rgb(99,36,96); }

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

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

 span { border-color: rgb(99,36,96); }

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