#62074F

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

Shades of Tyrian Purple #62074F

Tints of Tyrian Purple #62074F

Color information

#62074F (or 0x62074F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 07 and 4F. RGB value is (98,7,79). Sum of RGB (Red+Green+Blue) = 98+7+79=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #62074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62074F is #9DF8B0. Grayscale: #2A2A2A. Windows color (decimal): -10352817 or 5179234. OLE color: 5179234.

HSL color Cylindrical-coordinate representation of color #62074F: hue angle of 312.53º 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 #62074F is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB98779-
CMYK00.930.190.62
HSL312.53º86.67%20.59%-
HSV(B)312.53º92.86%38.43%-
XYZ6.523.317.69-
YUV42.42148.65167.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=53.26%
G=3.80%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9877900.930.190.62312.5386.6720.59
Hex6274F05D133E1395715
Octal14271170135237647112725
Binary110001011110011110101110110011111110100111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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