#62053F

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

Shades of Tyrian Purple #62053F

Tints of Tyrian Purple #62053F

Color information

#62053F (or 0x62053F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 3F. RGB value is (98,5,63). Sum of RGB (Red+Green+Blue) = 98+5+63=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62053F is #9DFAC0. Grayscale: #272727. Windows color (decimal): -10353345 or 4130146. OLE color: 4130146.

HSL color Cylindrical-coordinate representation of color #62053F: hue angle of 322.58º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62053F is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB98563-
CMYK00.950.360.62
HSL322.58º90.29%20.2%-
HSV(B)322.58º94.9%38.43%-
XYZ5.993.064.98-
YUV39.42141.31169.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 63 (25% from 255) = 37.95%
R=59.04%
G=3.01%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9856300.950.360.62322.5890.2920.2
Hex6253F05F243E1435a14
Octal1425770137447650313224
Binary110001010111111101011111100100111110101000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62053F; }

 p { color: rgb(98,5,63); }

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

<style>
 a { background-color: #62053F; }

 a { background-color: rgb(98,5,63); }

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

<style>
 span { border-color: #62053F; }

 span { border-color: rgb(98,5,63); }

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