#630125

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

Shades of Tyrian Purple #630125

Tints of Tyrian Purple #630125

Color information

#630125 (or 0x630125) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 25. RGB value is (99,1,37). Sum of RGB (Red+Green+Blue) = 99+1+37=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #630125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630125 is #9CFEDA. Grayscale: #222222. Windows color (decimal): -10288859 or 2425187. OLE color: 2425187.

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

Color convert

RGB99137-
CMYK00.990.630.61
HSL337.96º98%19.61%-
HSV(B)337.96º98.99%38.82%-
XYZ5.492.812-
YUV34.41129.47174.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.26%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=72.26%
G=0.73%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9913700.990.630.61337.969819.61
Hex631250633F3D1526214
Octal1431450143777552214224
Binary1100011110010101100011111111111101101010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630125; }

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

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

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

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

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

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

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

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