#62004A

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

Shades of Tyrian Purple #62004A

Tints of Tyrian Purple #62004A

Color information

#62004A (or 0x62004A) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 4A. RGB value is (98,0,74). Sum of RGB (Red+Green+Blue) = 98+0+74=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #62004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62004A is #9DFFB5. Grayscale: #252525. Windows color (decimal): -10354614 or 4849762. OLE color: 4849762.

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

Color convert

RGB98074-
CMYK010.240.62
HSL314.69º100%19.22%-
HSV(B)314.69º100%38.43%-
XYZ6.273.096.74-
YUV37.74148.47170.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 43.02%
R=56.98%
G=0%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98074010.240.62314.6910019.22
Hex6204A064183E13b6413
Octal14201120144307647314423
Binary1100010010010100110010011000111110100111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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