#63022E

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

Shades of Tyrian Purple #63022E

Tints of Tyrian Purple #63022E

Color information

#63022E (or 0x63022E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 2E. RGB value is (99,2,46). Sum of RGB (Red+Green+Blue) = 99+2+46=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63022E is #9CFDD1. Grayscale: #232323. Windows color (decimal): -10288594 or 3015267. OLE color: 3015267.

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

Color convert

RGB99246-
CMYK00.980.540.61
HSL332.78º96.04%19.8%-
HSV(B)332.78º97.98%38.82%-
XYZ5.662.892.84-
YUV36.02133.64172.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=67.35%
G=1.36%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9924600.980.540.61332.7896.0419.8
Hex6322E062363D14d6014
Octal1432560142667551514024
Binary11000111010111001100010110110111101101001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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