#63072B

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

Shades of Tyrian Purple #63072B

Tints of Tyrian Purple #63072B

Color information

#63072B (or 0x63072B) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 2B. RGB value is (99,7,43). Sum of RGB (Red+Green+Blue) = 99+7+43=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63072B is #9CF8D4. Grayscale: #262626. Windows color (decimal): -10287317 or 2819939. OLE color: 2819939.

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

Color convert

RGB99743-
CMYK00.930.570.61
HSL336.52º86.79%20.78%-
HSV(B)336.52º92.93%38.82%-
XYZ5.662.982.56-
YUV38.61130.48171.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=66.44%
G=4.70%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9974300.930.570.61336.5286.7920.78
Hex6372B05D393D1515715
Octal1437530135717552112725
Binary110001111110101101011101111001111101101010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63072B; }

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

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

<style>
 a { background-color: #63072B; }

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

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

<style>
 span { border-color: #63072B; }

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

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