#63042E

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

Shades of Tyrian Purple #63042E

Tints of Tyrian Purple #63042E

Color information

#63042E (or 0x63042E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 2E. RGB value is (99,4,46). Sum of RGB (Red+Green+Blue) = 99+4+46=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63042E is #9CFBD1. Grayscale: #252525. Windows color (decimal): -10288082 or 3015779. OLE color: 3015779.

HSL color Cylindrical-coordinate representation of color #63042E: hue angle of 333.47º 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 #63042E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB99446-
CMYK00.960.540.61
HSL333.47º92.23%20.2%-
HSV(B)333.47º95.96%38.82%-
XYZ5.682.942.85-
YUV37.19132.97172.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=66.44%
G=2.68%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9944600.960.540.61333.4792.2320.2
Hex6342E060363D14d5c14
Octal1434560140667551513424
Binary110001110010111001100000110110111101101001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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