#62004C

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

Shades of Tyrian Purple #62004C

Tints of Tyrian Purple #62004C

Color information

#62004C (or 0x62004C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 4C. RGB value is (98,0,76). Sum of RGB (Red+Green+Blue) = 98+0+76=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62004C is #9DFFB3. Grayscale: #252525. Windows color (decimal): -10354612 or 4980834. OLE color: 4980834.

HSL color Cylindrical-coordinate representation of color #62004C: hue angle of 313.47º 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 #62004C is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB98076-
CMYK010.220.62
HSL313.47º100%19.22%-
HSV(B)313.47º100%38.43%-
XYZ6.343.127.11-
YUV37.97149.47170.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=56.32%
G=0%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98076010.220.62313.4710019.22
Hex6204C064163E1396413
Octal14201140144267647114423
Binary1100010010011000110010010110111110100111001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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