#630660

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

Shades of Palatinate Purple #630660

Tints of Palatinate Purple #630660

Color information

#630660 (or 0x630660) is unknown color: approx Palatinate Purple. HEX triplet: 63, 06 and 60. RGB value is (99,6,96). Sum of RGB (Red+Green+Blue) = 99+6+96=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #630660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630660 is #9CF99F. Grayscale: #2B2B2B. Windows color (decimal): -10287520 or 6293091. OLE color: 6293091.

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

Color convert

RGB99696-
CMYK00.940.030.61
HSL301.94º88.57%20.59%-
HSV(B)301.94º93.94%38.82%-
XYZ7.323.6311.38-
YUV44.07157.31167.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=49.25%
G=2.99%
B=47.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9969600.940.030.61301.9488.5720.59
Hex6366005E33D12e5915
Octal1436140013637545613125
Binary110001111011000000101111011111101100101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630660; }

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

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

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

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

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

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

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

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