#620A2B

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

Shades of Tyrian Purple #620A2B

Tints of Tyrian Purple #620A2B

Color information

#620A2B (or 0x620A2B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0A and 2B. RGB value is (98,10,43). Sum of RGB (Red+Green+Blue) = 98+10+43=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #620A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A2B is #9DF5D4. Grayscale: #282828. Windows color (decimal): -10352085 or 2820706. OLE color: 2820706.

HSL color Cylindrical-coordinate representation of color #620A2B: hue angle of 337.5º 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 #620A2B is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB981043-
CMYK00.900.560.62
HSL337.5º81.48%21.18%-
HSV(B)337.5º89.8%38.43%-
XYZ5.582.992.57-
YUV40.07129.65169.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 10 (4.30% from 255) = 6.62%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=64.90%
G=6.62%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98104300.900.560.62337.581.4821.18
Hex62A2B05A383E1525115
Octal14212530132707652212125
Binary1100010101010101101011010111000111110101010010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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