#63023E

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

Shades of Tyrian Purple #63023E

Tints of Tyrian Purple #63023E

Color information

#63023E (or 0x63023E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 3E. RGB value is (99,2,62). Sum of RGB (Red+Green+Blue) = 99+2+62=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63023E is #9CFDC1. Grayscale: #252525. Windows color (decimal): -10288578 or 4063843. OLE color: 4063843.

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

Color convert

RGB99262-
CMYK00.980.370.61
HSL322.89º96.04%19.8%-
HSV(B)322.89º97.98%38.82%-
XYZ6.043.044.83-
YUV37.84141.64171.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=60.74%
G=1.23%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9926200.980.370.61322.8996.0419.8
Hex6323E062253D1436014
Octal1432760142457550314024
Binary11000111011111001100010100101111101101000011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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