#630760

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

Shades of Palatinate Purple #630760

Tints of Palatinate Purple #630760

Color information

#630760 (or 0x630760) is unknown color: approx Palatinate Purple. HEX triplet: 63, 07 and 60. RGB value is (99,7,96). Sum of RGB (Red+Green+Blue) = 99+7+96=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #630760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630760 is #9CF89F. Grayscale: #2C2C2C. Windows color (decimal): -10287264 or 6293347. OLE color: 6293347.

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

Color convert

RGB99796-
CMYK00.930.030.61
HSL301.96º86.79%20.78%-
HSV(B)301.96º92.93%38.82%-
XYZ7.333.6511.38-
YUV44.65156.98166.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=49.01%
G=3.47%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9979600.930.030.61301.9686.7920.78
Hex6376005D33D12e5715
Octal1437140013537545612725
Binary110001111111000000101110111111101100101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630760; }

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

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

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

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

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

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

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

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