#63004C

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

Shades of Tyrian Purple #63004C

Tints of Tyrian Purple #63004C

Color information

#63004C (or 0x63004C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 4C. RGB value is (99,0,76). Sum of RGB (Red+Green+Blue) = 99+0+76=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63004C is #9CFFB3. Grayscale: #262626. Windows color (decimal): -10289076 or 4980835. OLE color: 4980835.

HSL color Cylindrical-coordinate representation of color #63004C: hue angle of 313.94º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63004C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB99076-
CMYK010.230.61
HSL313.94º100%19.41%-
HSV(B)313.94º100%38.82%-
XYZ6.453.177.11-
YUV38.26149.3171.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=56.57%
G=0%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99076010.230.61313.9410019.41
Hex6304C064173D13a6413
Octal14301140144277547214423
Binary1100011010011000110010010111111101100111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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