#63032A

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

Shades of Tyrian Purple #63032A

Tints of Tyrian Purple #63032A

Color information

#63032A (or 0x63032A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 2A. RGB value is (99,3,42). Sum of RGB (Red+Green+Blue) = 99+3+42=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #63032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63032A is #9CFCD5. Grayscale: #242424. Windows color (decimal): -10288342 or 2753379. OLE color: 2753379.

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

Color convert

RGB99342-
CMYK00.970.580.61
HSL335.62º94.12%20%-
HSV(B)335.62º96.97%38.82%-
XYZ5.62.882.45-
YUV36.15131.3172.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=68.75%
G=2.08%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9934200.970.580.61335.6294.1220
Hex6332A0613A3D1505e14
Octal1433520141727552013624
Binary11000111110101001100001111010111101101010000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,3,42); }

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

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

 a { background-color: rgb(99,3,42); }

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

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

 span { border-color: rgb(99,3,42); }

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