#63004A

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

Shades of Tyrian Purple #63004A

Tints of Tyrian Purple #63004A

Color information

#63004A (or 0x63004A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 4A. RGB value is (99,0,74). Sum of RGB (Red+Green+Blue) = 99+0+74=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #63004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63004A is #9CFFB5. Grayscale: #252525. Windows color (decimal): -10289078 or 4849763. OLE color: 4849763.

HSL color Cylindrical-coordinate representation of color #63004A: hue angle of 315.15º 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 #63004A is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB99074-
CMYK010.250.61
HSL315.15º100%19.41%-
HSV(B)315.15º100%38.82%-
XYZ6.383.156.75-
YUV38.04148.3171.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=57.23%
G=0%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99074010.250.61315.1510019.41
Hex6304A064193D13b6413
Octal14301120144317547314423
Binary1100011010010100110010011001111101100111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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