#63053C

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

Shades of Tyrian Purple #63053C

Tints of Tyrian Purple #63053C

Color information

#63053C (or 0x63053C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 3C. RGB value is (99,5,60). Sum of RGB (Red+Green+Blue) = 99+5+60=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63053C is #9CFAC3. Grayscale: #272727. Windows color (decimal): -10287812 or 3933539. OLE color: 3933539.

HSL color Cylindrical-coordinate representation of color #63053C: hue angle of 324.89º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63053C is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB99560-
CMYK00.950.390.61
HSL324.89º90.38%20.39%-
HSV(B)324.89º94.95%38.82%-
XYZ6.023.094.55-
YUV39.38139.64170.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.37%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=60.37%
G=3.05%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9956000.950.390.61324.8990.3820.39
Hex6353C05F273D1455a14
Octal1435740137477550513224
Binary110001110111110001011111100111111101101000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63053C; }

 p { color: rgb(99,5,60); }

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

<style>
 a { background-color: #63053C; }

 a { background-color: rgb(99,5,60); }

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

<style>
 span { border-color: #63053C; }

 span { border-color: rgb(99,5,60); }

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