#63032C

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

Shades of Tyrian Purple #63032C

Tints of Tyrian Purple #63032C

Color information

#63032C (or 0x63032C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 2C. RGB value is (99,3,44). Sum of RGB (Red+Green+Blue) = 99+3+44=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63032C is #9CFCD3. Grayscale: #242424. Windows color (decimal): -10288340 or 2884451. OLE color: 2884451.

HSL color Cylindrical-coordinate representation of color #63032C: hue angle of 334.38º 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 #63032C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB99344-
CMYK00.970.560.61
HSL334.38º94.12%20%-
HSV(B)334.38º96.97%38.82%-
XYZ5.632.92.65-
YUV36.38132.3172.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=67.81%
G=2.05%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9934400.970.560.61334.3894.1220
Hex6332C061383D14e5e14
Octal1433540141707551613624
Binary11000111110110001100001111000111101101001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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