#63074F

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

Shades of Tyrian Purple #63074F

Tints of Tyrian Purple #63074F

Color information

#63074F (or 0x63074F) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 4F. RGB value is (99,7,79). Sum of RGB (Red+Green+Blue) = 99+7+79=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63074F is #9CF8B0. Grayscale: #2A2A2A. Windows color (decimal): -10287281 or 5179235. OLE color: 5179235.

HSL color Cylindrical-coordinate representation of color #63074F: hue angle of 313.04º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63074F is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB99779-
CMYK00.930.200.61
HSL313.04º86.79%20.78%-
HSV(B)313.04º92.93%38.82%-
XYZ6.633.377.7-
YUV42.72148.48168.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=53.51%
G=3.78%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9977900.930.200.61313.0486.7920.78
Hex6374F05D143D1395715
Octal14371170135247547112725
Binary110001111110011110101110110100111101100111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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