#63063A

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

Shades of Tyrian Purple #63063A

Tints of Tyrian Purple #63063A

Color information

#63063A (or 0x63063A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 06 and 3A. RGB value is (99,6,58). Sum of RGB (Red+Green+Blue) = 99+6+58=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63063A is #9CF9C5. Grayscale: #272727. Windows color (decimal): -10287558 or 3802723. OLE color: 3802723.

HSL color Cylindrical-coordinate representation of color #63063A: hue angle of 326.45º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63063A is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB99658-
CMYK00.940.410.61
HSL326.45º88.57%20.59%-
HSV(B)326.45º93.94%38.82%-
XYZ5.973.094.28-
YUV39.74138.31170.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=60.74%
G=3.68%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9965800.940.410.61326.4588.5720.59
Hex6363A05E293D1465915
Octal1436720136517550613125
Binary110001111011101001011110101001111101101000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63063A; }

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

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

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

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

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

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

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

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