#62034A

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

Shades of Tyrian Purple #62034A

Tints of Tyrian Purple #62034A

Color information

#62034A (or 0x62034A) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 4A. RGB value is (98,3,74). Sum of RGB (Red+Green+Blue) = 98+3+74=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62034A is #9DFCB5. Grayscale: #272727. Windows color (decimal): -10353846 or 4850530. OLE color: 4850530.

HSL color Cylindrical-coordinate representation of color #62034A: hue angle of 315.16º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62034A is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB98374-
CMYK00.970.240.62
HSL315.16º94.06%19.8%-
HSV(B)315.16º96.94%38.43%-
XYZ6.313.166.76-
YUV39.5147.47169.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=56%
G=1.71%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9837400.970.240.62315.1694.0619.8
Hex6234A061183E13b5e14
Octal14231120141307647313624
Binary11000101110010100110000111000111110100111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62034A; }

 p { color: rgb(98,3,74); }

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

<style>
 a { background-color: #62034A; }

 a { background-color: rgb(98,3,74); }

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

<style>
 span { border-color: #62034A; }

 span { border-color: rgb(98,3,74); }

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