#630A31

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

Shades of Tyrian Purple #630A31

Tints of Tyrian Purple #630A31

Color information

#630A31 (or 0x630A31) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0A and 31. RGB value is (99,10,49). Sum of RGB (Red+Green+Blue) = 99+10+49=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #630A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A31 is #9CF5CE. Grayscale: #282828. Windows color (decimal): -10286543 or 3213923. OLE color: 3213923.

HSL color Cylindrical-coordinate representation of color #630A31: hue angle of 333.71º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A31 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB991049-
CMYK00.900.510.61
HSL333.71º81.65%21.37%-
HSV(B)333.71º89.9%38.82%-
XYZ5.813.093.2-
YUV41.06132.49169.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=62.66%
G=6.33%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99104900.900.510.61333.7181.6521.37
Hex63A3105A333D14e5215
Octal14312610132637551612225
Binary1100011101011000101011010110011111101101001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630A31; }

 p { color: rgb(99,10,49); }

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

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

 a { background-color: rgb(99,10,49); }

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

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

 span { border-color: rgb(99,10,49); }

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