#63073D

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

Shades of Tyrian Purple #63073D

Tints of Tyrian Purple #63073D

Color information

#63073D (or 0x63073D) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 3D. RGB value is (99,7,61). Sum of RGB (Red+Green+Blue) = 99+7+61=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63073D is #9CF8C2. Grayscale: #282828. Windows color (decimal): -10287299 or 3999587. OLE color: 3999587.

HSL color Cylindrical-coordinate representation of color #63073D: hue angle of 324.78º 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 #63073D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB99761-
CMYK00.930.380.61
HSL324.78º86.79%20.78%-
HSV(B)324.78º92.93%38.82%-
XYZ6.063.144.7-
YUV40.66139.48169.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 61 (24.22% from 255) = 36.53%
R=59.28%
G=4.19%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9976100.930.380.61324.7886.7920.78
Hex6373D05D263D1455715
Octal1437750135467550512725
Binary110001111111110101011101100110111101101000101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63073D; }

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

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

<style>
 a { background-color: #63073D; }

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

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

<style>
 span { border-color: #63073D; }

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

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