#63042C

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

Shades of Tyrian Purple #63042C

Tints of Tyrian Purple #63042C

Color information

#63042C (or 0x63042C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 2C. RGB value is (99,4,44). Sum of RGB (Red+Green+Blue) = 99+4+44=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63042C is #9CFBD3. Grayscale: #242424. Windows color (decimal): -10288084 or 2884707. OLE color: 2884707.

HSL color Cylindrical-coordinate representation of color #63042C: hue angle of 334.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63042C is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB99444-
CMYK00.960.560.61
HSL334.74º92.23%20.2%-
HSV(B)334.74º95.96%38.82%-
XYZ5.642.922.65-
YUV36.96131.97172.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=67.35%
G=2.72%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9944400.960.560.61334.7492.2320.2
Hex6342C060383D14f5c14
Octal1434540140707551713424
Binary110001110010110001100000111000111101101001111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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