#63054d

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

Shades of Tyrian Purple #63054D

Tints of Tyrian Purple #63054D

Color information

#63054D (or 0x63054D) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 4D. RGB value is (99,5,77). Sum of RGB (Red+Green+Blue) = 99+5+77=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63054D is #9CFAB2. Grayscale: #292929. Windows color (decimal): -10287795 or 5047651. OLE color: 5047651.

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

Color convert

RGB99577-
CMYK00.950.220.61
HSL314.04º90.38%20.39%-
HSV(B)314.04º94.95%38.82%-
XYZ6.543.37.31-
YUV41.31148.14169.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=54.70%
G=2.76%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9957700.950.220.61314.0490.3820.39
Hex6354D05F163D13a5a14
Octal14351150137267547213224
Binary110001110110011010101111110110111101100111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63054d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63054d; }

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

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

<style>
 a { background-color: #63054d; }

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

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

<style>
 span { border-color: #63054d; }

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

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