#63073C

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

Shades of Tyrian Purple #63073C

Tints of Tyrian Purple #63073C

Color information

#63073C (or 0x63073C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 3C. RGB value is (99,7,60). Sum of RGB (Red+Green+Blue) = 99+7+60=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63073C is #9CF8C3. Grayscale: #282828. Windows color (decimal): -10287300 or 3934051. OLE color: 3934051.

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

Color convert

RGB99760-
CMYK00.930.390.61
HSL325.43º86.79%20.78%-
HSV(B)325.43º92.93%38.82%-
XYZ6.043.134.56-
YUV40.55138.98169.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=59.64%
G=4.22%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9976000.930.390.61325.4386.7920.78
Hex6373C05D273D1455715
Octal1437740135477550512725
Binary110001111111110001011101100111111101101000101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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