#63073E

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

Shades of Tyrian Purple #63073E

Tints of Tyrian Purple #63073E

Color information

#63073E (or 0x63073E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 3E. RGB value is (99,7,62). Sum of RGB (Red+Green+Blue) = 99+7+62=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63073E is #9CF8C1. Grayscale: #282828. Windows color (decimal): -10287298 or 4065123. OLE color: 4065123.

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

Color convert

RGB99762-
CMYK00.930.370.61
HSL324.13º86.79%20.78%-
HSV(B)324.13º92.93%38.82%-
XYZ6.093.154.84-
YUV40.78139.98169.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=58.93%
G=4.17%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9976200.930.370.61324.1386.7920.78
Hex6373E05D253D1445715
Octal1437760135457550412725
Binary110001111111111001011101100101111101101000100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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