#630560

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

Shades of Palatinate Purple #630560

Tints of Palatinate Purple #630560

Color information

#630560 (or 0x630560) is unknown color: approx Palatinate Purple. HEX triplet: 63, 05 and 60. RGB value is (99,5,96). Sum of RGB (Red+Green+Blue) = 99+5+96=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #630560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630560 is #9CFA9F. Grayscale: #2B2B2B. Windows color (decimal): -10287776 or 6292835. OLE color: 6292835.

HSL color Cylindrical-coordinate representation of color #630560: hue angle of 301.91º 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 #630560 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB99596-
CMYK00.950.030.61
HSL301.91º90.38%20.39%-
HSV(B)301.91º94.95%38.82%-
XYZ7.313.6111.38-
YUV43.48157.64167.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=49.5%
G=2.5%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9959600.950.030.61301.9190.3820.39
Hex6356005F33D12e5a14
Octal1435140013737545613224
Binary110001110111000000101111111111101100101110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630560; }

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

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

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

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

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

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

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

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