#630127

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

Shades of Tyrian Purple #630127

Tints of Tyrian Purple #630127

Color information

#630127 (or 0x630127) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 27. RGB value is (99,1,39). Sum of RGB (Red+Green+Blue) = 99+1+39=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630127 is #9CFED8. Grayscale: #222222. Windows color (decimal): -10288857 or 2556259. OLE color: 2556259.

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

Color convert

RGB99139-
CMYK00.990.610.61
HSL336.73º98%19.61%-
HSV(B)336.73º98.99%38.82%-
XYZ5.522.822.17-
YUV34.63130.47173.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.22%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 39 (15.62% from 255) = 28.06%
R=71.22%
G=0.72%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9913900.990.610.61336.739819.61
Hex631270633D3D1516214
Octal1431470143757552114224
Binary1100011110011101100011111101111101101010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630127; }

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

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

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

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

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

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

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

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