#62072A

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

Shades of Tyrian Purple #62072A

Tints of Tyrian Purple #62072A

Color information

#62072A (or 0x62072A) is unknown color: approx Tyrian Purple. HEX triplet: 62, 07 and 2A. RGB value is (98,7,42). Sum of RGB (Red+Green+Blue) = 98+7+42=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62072A is #9DF8D5. Grayscale: #262626. Windows color (decimal): -10352854 or 2754402. OLE color: 2754402.

HSL color Cylindrical-coordinate representation of color #62072A: hue angle of 336.92º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62072A is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB98742-
CMYK00.930.570.62
HSL336.92º86.67%20.59%-
HSV(B)336.92º92.86%38.43%-
XYZ5.532.922.46-
YUV38.2130.15170.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=66.67%
G=4.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9874200.930.570.62336.9286.6720.59
Hex6272A05D393E1515715
Octal1427520135717652112725
Binary110001011110101001011101111001111110101010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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