#632C58

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

Shades of Palatinate Purple #632C58

Tints of Palatinate Purple #632C58

Color information

#632C58 (or 0x632C58) is unknown color: approx Palatinate Purple. HEX triplet: 63, 2C and 58. RGB value is (99,44,88). Sum of RGB (Red+Green+Blue) = 99+44+88=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #632C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C58 is #9CD3A7. Grayscale: #414141. Windows color (decimal): -10277800 or 5778531. OLE color: 5778531.

HSL color Cylindrical-coordinate representation of color #632C58: hue angle of 312º 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 #632C58 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB994488-
CMYK00.560.110.61
HSL312º38.46%28.04%-
HSV(B)312º55.56%38.82%-
XYZ7.815.169.82-
YUV65.46140.72151.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=42.86%
G=19.05%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99448800.560.110.6131238.4628.04
Hex632C58038B3D138261c
Octal1435413007013754704634
Binary110001110110010110000111000101111110110011100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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