#620A4F

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

Shades of Tyrian Purple #620A4F

Tints of Tyrian Purple #620A4F

Color information

#620A4F (or 0x620A4F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0A and 4F. RGB value is (98,10,79). Sum of RGB (Red+Green+Blue) = 98+10+79=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #620A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A4F is #9DF5B0. Grayscale: #2B2B2B. Windows color (decimal): -10352049 or 5180002. OLE color: 5180002.

HSL color Cylindrical-coordinate representation of color #620A4F: hue angle of 312.95º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A4F is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB981079-
CMYK00.900.190.62
HSL312.95º81.48%21.18%-
HSV(B)312.95º89.8%38.43%-
XYZ6.563.387.7-
YUV44.18147.65166.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.41%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=52.41%
G=5.35%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98107900.900.190.62312.9581.4821.18
Hex62A4F05A133E1395115
Octal142121170132237647112125
Binary1100010101010011110101101010011111110100111001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620A4F; }

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

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

<style>
 a { background-color: #620A4F; }

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

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

<style>
 span { border-color: #620A4F; }

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

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