#62073B

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

Shades of Tyrian Purple #62073B

Tints of Tyrian Purple #62073B

Color information

#62073B (or 0x62073B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 07 and 3B. RGB value is (98,7,59). Sum of RGB (Red+Green+Blue) = 98+7+59=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62073B is #9DF8C4. Grayscale: #282828. Windows color (decimal): -10352837 or 3868514. OLE color: 3868514.

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

Color convert

RGB98759-
CMYK00.930.400.62
HSL325.71º86.67%20.59%-
HSV(B)325.71º92.86%38.43%-
XYZ5.93.064.42-
YUV40.14138.65169.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=59.76%
G=4.27%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9875900.930.400.62325.7186.6720.59
Hex6273B05D283E1465715
Octal1427730135507650612725
Binary110001011111101101011101101000111110101000110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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