#630564

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

Shades of Palatinate Purple #630564

Tints of Palatinate Purple #630564

Color information

#630564 (or 0x630564) is unknown color: approx Palatinate Purple. HEX triplet: 63, 05 and 64. RGB value is (99,5,100). Sum of RGB (Red+Green+Blue) = 99+5+100=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #630564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630564 is #9CFA9B. Grayscale: #2B2B2B. Windows color (decimal): -10287772 or 6554979. OLE color: 6554979.

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

Color convert

RGB995100-
CMYK0.010.9500.61
HSL299.37º90.48%20.59%-
HSV(B)299.37º95%39.22%-
XYZ7.53.6812.37-
YUV43.94159.64167.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 100 (39.45% from 255) = 49.02%
R=48.53%
G=2.45%
B=49.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9951000.010.9500.61299.3790.4820.59
Hex6356415F03D12b5a15
Octal1435144113707545313225
Binary11000111011100100110111110111101100101011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630564; }

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

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

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

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

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

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

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

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