#63054F

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

Shades of Tyrian Purple #63054F

Tints of Tyrian Purple #63054F

Color information

#63054F (or 0x63054F) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 4F. RGB value is (99,5,79). Sum of RGB (Red+Green+Blue) = 99+5+79=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63054F is #9CFAB0. Grayscale: #292929. Windows color (decimal): -10287793 or 5178723. OLE color: 5178723.

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

Color convert

RGB99579-
CMYK00.950.200.61
HSL312.77º90.38%20.39%-
HSV(B)312.77º94.95%38.82%-
XYZ6.613.337.69-
YUV41.54149.14168.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=54.10%
G=2.73%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9957900.950.200.61312.7790.3820.39
Hex6354F05F143D1395a14
Octal14351170137247547113224
Binary110001110110011110101111110100111101100111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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