#630559

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

Shades of Palatinate Purple #630559

Tints of Palatinate Purple #630559

Color information

#630559 (or 0x630559) is unknown color: approx Palatinate Purple. HEX triplet: 63, 05 and 59. RGB value is (99,5,89). Sum of RGB (Red+Green+Blue) = 99+5+89=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #630559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630559 is #9CFAA6. Grayscale: #2A2A2A. Windows color (decimal): -10287783 or 5834083. OLE color: 5834083.

HSL color Cylindrical-coordinate representation of color #630559: hue angle of 306.38º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630559 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB99589-
CMYK00.950.100.61
HSL306.38º90.38%20.39%-
HSV(B)306.38º94.95%38.82%-
XYZ73.489.75-
YUV42.68154.14168.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=51.30%
G=2.59%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9958900.950.100.61306.3890.3820.39
Hex6355905FA3D1325a14
Octal14351310137127546213224
Binary11000111011011001010111111010111101100110010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630559; }

 p { color: rgb(99,5,89); }

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

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

 a { background-color: rgb(99,5,89); }

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

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

 span { border-color: rgb(99,5,89); }

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