#63072A

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

Shades of Tyrian Purple #63072A

Tints of Tyrian Purple #63072A

Color information

#63072A (or 0x63072A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 2A. RGB value is (99,7,42). Sum of RGB (Red+Green+Blue) = 99+7+42=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #63072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63072A is #9CF8D5. Grayscale: #262626. Windows color (decimal): -10287318 or 2754403. OLE color: 2754403.

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

Color convert

RGB99742-
CMYK00.930.580.61
HSL337.17º86.79%20.78%-
HSV(B)337.17º92.93%38.82%-
XYZ5.642.972.47-
YUV38.5129.98171.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.89%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=66.89%
G=4.73%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9974200.930.580.61337.1786.7920.78
Hex6372A05D3A3D1515715
Octal1437520135727552112725
Binary110001111110101001011101111010111101101010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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