#630960

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

Shades of Palatinate Purple #630960

Tints of Palatinate Purple #630960

Color information

#630960 (or 0x630960) is unknown color: approx Palatinate Purple. HEX triplet: 63, 09 and 60. RGB value is (99,9,96). Sum of RGB (Red+Green+Blue) = 99+9+96=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #630960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630960 is #9CF69F. Grayscale: #2D2D2D. Windows color (decimal): -10286752 or 6293859. OLE color: 6293859.

HSL color Cylindrical-coordinate representation of color #630960: hue angle of 302º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630960 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB99996-
CMYK00.910.030.61
HSL302º83.33%21.18%-
HSV(B)302º90.91%38.82%-
XYZ7.353.6911.39-
YUV45.83156.32165.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=48.53%
G=4.41%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9999600.910.030.6130283.3321.18
Hex6396005B33D12e5315
Octal14311140013337545612325
Binary1100011100111000000101101111111101100101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630960; }

 p { color: rgb(99,9,96); }

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

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

 a { background-color: rgb(99,9,96); }

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

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

 span { border-color: rgb(99,9,96); }

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