#630460

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

Shades of Palatinate Purple #630460

Tints of Palatinate Purple #630460

Color information

#630460 (or 0x630460) is unknown color: approx Palatinate Purple. HEX triplet: 63, 04 and 60. RGB value is (99,4,96). Sum of RGB (Red+Green+Blue) = 99+4+96=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #630460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630460 is #9CFB9F. Grayscale: #2A2A2A. Windows color (decimal): -10288032 or 6292579. OLE color: 6292579.

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

Color convert

RGB99496-
CMYK00.960.030.61
HSL301.89º92.23%20.2%-
HSV(B)301.89º95.96%38.82%-
XYZ7.33.5811.37-
YUV42.89157.97168.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=49.75%
G=2.01%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9949600.960.030.61301.8992.2320.2
Hex6346006033D12e5c14
Octal1434140014037545613424
Binary110001110011000000110000011111101100101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630460; }

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

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

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

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

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

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

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

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