#62123D

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

Shades of Tyrian Purple #62123D

Tints of Tyrian Purple #62123D

Color information

#62123D (or 0x62123D) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 3D. RGB value is (98,18,61). Sum of RGB (Red+Green+Blue) = 98+18+61=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62123D is #9DEDC2. Grayscale: #2E2E2E. Windows color (decimal): -10350019 or 4002402. OLE color: 4002402.

HSL color Cylindrical-coordinate representation of color #62123D: hue angle of 327.75º 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 #62123D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB981861-
CMYK00.820.380.62
HSL327.75º68.97%22.75%-
HSV(B)327.75º81.63%38.43%-
XYZ6.13.374.74-
YUV46.82136164.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=55.37%
G=10.17%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98186100.820.380.62327.7568.9722.75
Hex62123D052263E1484517
Octal14222750122467651010527
Binary11000101001011110101010010100110111110101001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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