#630558

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

Shades of Palatinate Purple #630558

Tints of Palatinate Purple #630558

Color information

#630558 (or 0x630558) is unknown color: approx Palatinate Purple. HEX triplet: 63, 05 and 58. RGB value is (99,5,88). Sum of RGB (Red+Green+Blue) = 99+5+88=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #630558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630558 is #9CFAA7. Grayscale: #2A2A2A. Windows color (decimal): -10287784 or 5768547. OLE color: 5768547.

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

Color convert

RGB99588-
CMYK00.950.110.61
HSL307.02º90.38%20.39%-
HSV(B)307.02º94.95%38.82%-
XYZ6.963.479.53-
YUV42.57153.64168.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=51.56%
G=2.60%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9958800.950.110.61307.0290.3820.39
Hex6355805FB3D1335a14
Octal14351300137137546313224
Binary11000111011011000010111111011111101100110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630558; }

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

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

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

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

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

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

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

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