#63034E

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

Shades of Tyrian Purple #63034E

Tints of Tyrian Purple #63034E

Color information

#63034E (or 0x63034E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 4E. RGB value is (99,3,78). Sum of RGB (Red+Green+Blue) = 99+3+78=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63034E is #9CFCB1. Grayscale: #282828. Windows color (decimal): -10288306 or 5112675. OLE color: 5112675.

HSL color Cylindrical-coordinate representation of color #63034E: hue angle of 313.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63034E is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB99378-
CMYK00.970.210.61
HSL313.12º94.12%20%-
HSV(B)313.12º96.97%38.82%-
XYZ6.553.277.49-
YUV40.25149.3169.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=55%
G=1.67%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9937800.970.210.61313.1294.1220
Hex6334E061153D1395e14
Octal14331160141257547113624
Binary11000111110011100110000110101111101100111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63034E; }

 p { color: rgb(99,3,78); }

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

<style>
 a { background-color: #63034E; }

 a { background-color: rgb(99,3,78); }

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

<style>
 span { border-color: #63034E; }

 span { border-color: rgb(99,3,78); }

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