#632061

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

Shades of Palatinate Purple #632061

Tints of Palatinate Purple #632061

Color information

#632061 (or 0x632061) is unknown color: approx Palatinate Purple. HEX triplet: 63, 20 and 61. RGB value is (99,32,97). Sum of RGB (Red+Green+Blue) = 99+32+97=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #632061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632061 is #9CDF9E. Grayscale: #3B3B3B. Windows color (decimal): -10280863 or 6365283. OLE color: 6365283.

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

Color convert

RGB993297-
CMYK00.680.020.61
HSL301.79º51.15%25.69%-
HSV(B)301.79º67.68%38.82%-
XYZ7.824.5511.78-
YUV59.44149.2156.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=43.42%
G=14.04%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99329700.680.020.61301.7951.1525.69
Hex63206104423D12e331a
Octal1434014101042754566332
Binary11000111000001100001010001001011110110010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632061; }

 p { color: rgb(99,32,97); }

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

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

 a { background-color: rgb(99,32,97); }

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

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

 span { border-color: rgb(99,32,97); }

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