#630A5C

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

Shades of Palatinate Purple #630A5C

Tints of Palatinate Purple #630A5C

Color information

#630A5C (or 0x630A5C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0A and 5C. RGB value is (99,10,92). Sum of RGB (Red+Green+Blue) = 99+10+92=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #630A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A5C is #9CF5A3. Grayscale: #2D2D2D. Windows color (decimal): -10286500 or 6031971. OLE color: 6031971.

HSL color Cylindrical-coordinate representation of color #630A5C: hue angle of 304.72º 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 #630A5C is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB991092-
CMYK00.900.070.61
HSL304.72º81.65%21.37%-
HSV(B)304.72º89.9%38.82%-
XYZ7.193.6410.45-
YUV45.96153.99165.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=49.25%
G=4.98%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99109200.900.070.61304.7281.6521.37
Hex63A5C05A73D1315215
Octal14312134013277546112225
Binary11000111010101110001011010111111101100110001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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