#62094B

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

Shades of Tyrian Purple #62094B

Tints of Tyrian Purple #62094B

Color information

#62094B (or 0x62094B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 09 and 4B. RGB value is (98,9,75). Sum of RGB (Red+Green+Blue) = 98+9+75=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #62094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62094B is #9DF6B4. Grayscale: #2A2A2A. Windows color (decimal): -10352309 or 4917602. OLE color: 4917602.

HSL color Cylindrical-coordinate representation of color #62094B: hue angle of 315.51º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62094B is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB98975-
CMYK00.910.230.62
HSL315.51º83.18%20.98%-
HSV(B)315.51º90.82%38.43%-
XYZ6.43.36.96-
YUV43.14145.99167.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.85%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=53.85%
G=4.95%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9897500.910.230.62315.5183.1820.98
Hex6294B05B173E13c5315
Octal142111130133277647412325
Binary1100010100110010110101101110111111110100111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,9,75); }

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

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

 a { background-color: rgb(98,9,75); }

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

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

 span { border-color: rgb(98,9,75); }

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