#63003A

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

Shades of Tyrian Purple #63003A

Tints of Tyrian Purple #63003A

Color information

#63003A (or 0x63003A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 3A. RGB value is (99,0,58). Sum of RGB (Red+Green+Blue) = 99+0+58=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #63003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63003A is #9CFFC5. Grayscale: #242424. Windows color (decimal): -10289094 or 3801187. OLE color: 3801187.

HSL color Cylindrical-coordinate representation of color #63003A: hue angle of 324.85º 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 #63003A is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB99058-
CMYK010.410.61
HSL324.85º100%19.41%-
HSV(B)324.85º100%38.82%-
XYZ5.912.964.26-
YUV36.21140.3172.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=63.06%
G=0%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99058010.410.61324.8510019.41
Hex6303A064293D1456413
Octal1430720144517550514423
Binary1100011011101001100100101001111101101000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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