#630159

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

Shades of Tyrian Purple #630159

Tints of Tyrian Purple #630159

Color information

#630159 (or 0x630159) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 59. RGB value is (99,1,89). Sum of RGB (Red+Green+Blue) = 99+1+89=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #630159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630159 is #9CFEA6. Grayscale: #282828. Windows color (decimal): -10288807 or 5833059. OLE color: 5833059.

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

Color convert

RGB99189-
CMYK00.990.100.61
HSL306.12º98%19.61%-
HSV(B)306.12º98.99%38.82%-
XYZ6.963.49.74-
YUV40.33155.47169.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.38%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=52.38%
G=0.53%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9918900.990.100.61306.129819.61
Hex63159063A3D1326214
Octal14311310143127546214224
Binary110001111011001011000111010111101100110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630159; }

 p { color: rgb(99,1,89); }

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

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

 a { background-color: rgb(99,1,89); }

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

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

 span { border-color: rgb(99,1,89); }

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