#632C62

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

Shades of Palatinate Purple #632C62

Tints of Palatinate Purple #632C62

Color information

#632C62 (or 0x632C62) is unknown color: approx Palatinate Purple. HEX triplet: 63, 2C and 62. RGB value is (99,44,98). Sum of RGB (Red+Green+Blue) = 99+44+98=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #632C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C62 is #9CD39D. Grayscale: #424242. Windows color (decimal): -10277790 or 6433891. OLE color: 6433891.

HSL color Cylindrical-coordinate representation of color #632C62: hue angle of 301.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #632C62 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB994498-
CMYK00.560.010.61
HSL301.09º38.46%28.04%-
HSV(B)301.09º55.56%38.82%-
XYZ8.255.3412.15-
YUV66.6145.72151.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=41.08%
G=18.26%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99449800.560.010.61301.0938.4628.04
Hex632C6203813D12d261c
Octal143541420701754554634
Binary110001110110011000100111000111110110010110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632C62; }

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

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

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

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

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

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

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

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