#62022E

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

Shades of Tyrian Purple #62022E

Tints of Tyrian Purple #62022E

Color information

#62022E (or 0x62022E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 2E. RGB value is (98,2,46). Sum of RGB (Red+Green+Blue) = 98+2+46=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62022E is #9DFDD1. Grayscale: #232323. Windows color (decimal): -10354130 or 3015266. OLE color: 3015266.

HSL color Cylindrical-coordinate representation of color #62022E: hue angle of 332.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62022E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB98246-
CMYK00.980.530.62
HSL332.5º96%19.61%-
HSV(B)332.5º97.96%38.43%-
XYZ5.552.842.84-
YUV35.72133.8172.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=67.12%
G=1.37%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9824600.980.530.62332.59619.61
Hex6222E062353E14c6014
Octal1422560142657651414024
Binary11000101010111001100010110101111110101001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62022E; }

 p { color: rgb(98,2,46); }

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

<style>
 a { background-color: #62022E; }

 a { background-color: rgb(98,2,46); }

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

<style>
 span { border-color: #62022E; }

 span { border-color: rgb(98,2,46); }

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