#630A3A

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

Shades of Tyrian Purple #630A3A

Tints of Tyrian Purple #630A3A

Color information

#630A3A (or 0x630A3A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0A and 3A. RGB value is (99,10,58). Sum of RGB (Red+Green+Blue) = 99+10+58=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #630A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A3A is #9CF5C5. Grayscale: #292929. Windows color (decimal): -10286534 or 3803747. OLE color: 3803747.

HSL color Cylindrical-coordinate representation of color #630A3A: hue angle of 327.64º 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 #630A3A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB991058-
CMYK00.900.410.61
HSL327.64º81.65%21.37%-
HSV(B)327.64º89.9%38.82%-
XYZ6.023.184.3-
YUV42.08136.99168.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=59.28%
G=5.99%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99105800.900.410.61327.6481.6521.37
Hex63A3A05A293D1485215
Octal14312720132517551012225
Binary1100011101011101001011010101001111101101001000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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