#62074C

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

Shades of Tyrian Purple #62074C

Tints of Tyrian Purple #62074C

Color information

#62074C (or 0x62074C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 07 and 4C. RGB value is (98,7,76). Sum of RGB (Red+Green+Blue) = 98+7+76=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62074C is #9DF8B3. Grayscale: #292929. Windows color (decimal): -10352820 or 4982626. OLE color: 4982626.

HSL color Cylindrical-coordinate representation of color #62074C: hue angle of 314.51º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62074C is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB98776-
CMYK00.930.220.62
HSL314.51º86.67%20.59%-
HSV(B)314.51º92.86%38.43%-
XYZ6.423.277.13-
YUV42.08147.15167.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.14%
GREEN value IS 7 (3.12% from 255) = 3.87%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=54.14%
G=3.87%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9877600.930.220.62314.5186.6720.59
Hex6274C05D163E13b5715
Octal14271140135267647312725
Binary110001011110011000101110110110111110100111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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