#630358

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

Shades of Palatinate Purple #630358

Tints of Palatinate Purple #630358

Color information

#630358 (or 0x630358) is unknown color: approx Palatinate Purple. HEX triplet: 63, 03 and 58. RGB value is (99,3,88). Sum of RGB (Red+Green+Blue) = 99+3+88=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #630358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630358 is #9CFCA7. Grayscale: #292929. Windows color (decimal): -10288296 or 5768035. OLE color: 5768035.

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

Color convert

RGB99388-
CMYK00.970.110.61
HSL306.88º94.12%20%-
HSV(B)306.88º96.97%38.82%-
XYZ6.943.429.53-
YUV41.39154.3169.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=52.11%
G=1.58%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9938800.970.110.61306.8894.1220
Hex63358061B3D1335e14
Octal14331300141137546313624
Binary1100011111011000011000011011111101100110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630358; }

 p { color: rgb(99,3,88); }

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

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

 a { background-color: rgb(99,3,88); }

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

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

 span { border-color: rgb(99,3,88); }

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