#63003D

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

Shades of Tyrian Purple #63003D

Tints of Tyrian Purple #63003D

Color information

#63003D (or 0x63003D) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 3D. RGB value is (99,0,61). Sum of RGB (Red+Green+Blue) = 99+0+61=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #63003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63003D is #9CFFC2. Grayscale: #242424. Windows color (decimal): -10289091 or 3997795. OLE color: 3997795.

HSL color Cylindrical-coordinate representation of color #63003D: hue angle of 323.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63003D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB99061-
CMYK010.380.61
HSL323.03º100%19.41%-
HSV(B)323.03º100%38.82%-
XYZ5.992.994.68-
YUV36.56141.8172.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=61.88%
G=0%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99061010.380.61323.0310019.41
Hex6303D064263D1436413
Octal1430750144467550314423
Binary1100011011110101100100100110111101101000011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,0,61); }

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

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

 a { background-color: rgb(99,0,61); }

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

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

 span { border-color: rgb(99,0,61); }

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