#630157

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

Shades of Tyrian Purple #630157

Tints of Tyrian Purple #630157

Color information

#630157 (or 0x630157) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 57. RGB value is (99,1,87). Sum of RGB (Red+Green+Blue) = 99+1+87=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630157 is #9CFEA8. Grayscale: #272727. Windows color (decimal): -10288809 or 5701987. OLE color: 5701987.

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

Color convert

RGB99187-
CMYK00.990.120.61
HSL307.35º98%19.61%-
HSV(B)307.35º98.99%38.82%-
XYZ6.883.369.3-
YUV40.11154.47170.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=52.94%
G=0.53%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9918700.990.120.61307.359819.61
Hex63157063C3D1336214
Octal14311270143147546314224
Binary110001111010111011000111100111101100110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630157; }

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

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

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

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

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

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

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

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