#63054C

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

Shades of Tyrian Purple #63054C

Tints of Tyrian Purple #63054C

Color information

#63054C (or 0x63054C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 4C. RGB value is (99,5,76). Sum of RGB (Red+Green+Blue) = 99+5+76=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63054C is #9CFAB3. Grayscale: #292929. Windows color (decimal): -10287796 or 4982115. OLE color: 4982115.

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

Color convert

RGB99576-
CMYK00.950.230.61
HSL314.68º90.38%20.39%-
HSV(B)314.68º94.95%38.82%-
XYZ6.53.287.13-
YUV41.2147.64169.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=55%
G=2.78%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9957600.950.230.61314.6890.3820.39
Hex6354C05F173D13b5a14
Octal14351140137277547313224
Binary110001110110011000101111110111111101100111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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