#63053F

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

Shades of Tyrian Purple #63053F

Tints of Tyrian Purple #63053F

Color information

#63053F (or 0x63053F) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 3F. RGB value is (99,5,63). Sum of RGB (Red+Green+Blue) = 99+5+63=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63053F is #9CFAC0. Grayscale: #272727. Windows color (decimal): -10287809 or 4130147. OLE color: 4130147.

HSL color Cylindrical-coordinate representation of color #63053F: hue angle of 322.98º 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 #63053F is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB99563-
CMYK00.950.360.61
HSL322.98º90.38%20.39%-
HSV(B)322.98º94.95%38.82%-
XYZ6.13.124.98-
YUV39.72141.14170.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 63 (25% from 255) = 37.72%
R=59.28%
G=2.99%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9956300.950.360.61322.9890.3820.39
Hex6353F05F243D1435a14
Octal1435770137447550313224
Binary110001110111111101011111100100111101101000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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