#63022D

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

Shades of Tyrian Purple #63022D

Tints of Tyrian Purple #63022D

Color information

#63022D (or 0x63022D) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 2D. RGB value is (99,2,45). Sum of RGB (Red+Green+Blue) = 99+2+45=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63022D is #9CFDD2. Grayscale: #232323. Windows color (decimal): -10288595 or 2949731. OLE color: 2949731.

HSL color Cylindrical-coordinate representation of color #63022D: hue angle of 333.4º 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 #63022D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB99245-
CMYK00.980.550.61
HSL333.4º96.04%19.8%-
HSV(B)333.4º97.98%38.82%-
XYZ5.642.892.74-
YUV35.9133.14173-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=67.81%
G=1.37%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9924500.980.550.61333.496.0419.8
Hex6322D062373D14d6014
Octal1432550142677551514024
Binary11000111010110101100010110111111101101001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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