#62123E

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

Shades of Tyrian Purple #62123E

Tints of Tyrian Purple #62123E

Color information

#62123E (or 0x62123E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 3E. RGB value is (98,18,62). Sum of RGB (Red+Green+Blue) = 98+18+62=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62123E is #9DEDC1. Grayscale: #2E2E2E. Windows color (decimal): -10350018 or 4067938. OLE color: 4067938.

HSL color Cylindrical-coordinate representation of color #62123E: hue angle of 327º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62123E is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB981862-
CMYK00.820.370.62
HSL327º68.97%22.75%-
HSV(B)327º81.63%38.43%-
XYZ6.123.384.89-
YUV46.94136.5164.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=55.06%
G=10.11%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98186200.820.370.6232768.9722.75
Hex62123E052253E1474517
Octal14222760122457650710527
Binary11000101001011111001010010100101111110101000111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,18,62); }

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

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

 a { background-color: rgb(98,18,62); }

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

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

 span { border-color: rgb(98,18,62); }

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