#630158

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

Shades of Tyrian Purple #630158

Tints of Tyrian Purple #630158

Color information

#630158 (or 0x630158) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 58. RGB value is (99,1,88). Sum of RGB (Red+Green+Blue) = 99+1+88=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #630158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630158 is #9CFEA7. Grayscale: #272727. Windows color (decimal): -10288808 or 5767523. OLE color: 5767523.

HSL color Cylindrical-coordinate representation of color #630158: hue angle of 306.73º 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 #630158 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB99188-
CMYK00.990.110.61
HSL306.73º98%19.61%-
HSV(B)306.73º98.99%38.82%-
XYZ6.923.389.52-
YUV40.22154.97169.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=52.66%
G=0.53%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9918800.990.110.61306.739819.61
Hex63158063B3D1336214
Octal14311300143137546314224
Binary110001111011000011000111011111101100110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630158; }

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

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

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

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

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

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

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

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