#630A59

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

Shades of Palatinate Purple #630A59

Tints of Palatinate Purple #630A59

Color information

#630A59 (or 0x630A59) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0A and 59. RGB value is (99,10,89). Sum of RGB (Red+Green+Blue) = 99+10+89=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #630A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A59 is #9CF5A6. Grayscale: #2D2D2D. Windows color (decimal): -10286503 or 5835363. OLE color: 5835363.

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

Color convert

RGB991089-
CMYK00.900.100.61
HSL306.74º81.65%21.37%-
HSV(B)306.74º89.9%38.82%-
XYZ7.063.599.77-
YUV45.62152.49166.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=50%
G=5.05%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99108900.900.100.61306.7481.6521.37
Hex63A5905AA3D1335215
Octal143121310132127546312225
Binary110001110101011001010110101010111101100110011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630A59; }

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

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

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

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

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

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

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

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