#620529

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

Shades of Tyrian Purple #620529

Tints of Tyrian Purple #620529

Color information

#620529 (or 0x620529) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 29. RGB value is (98,5,41). Sum of RGB (Red+Green+Blue) = 98+5+41=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #620529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620529 is #9DFAD6. Grayscale: #242424. Windows color (decimal): -10353367 or 2688354. OLE color: 2688354.

HSL color Cylindrical-coordinate representation of color #620529: hue angle of 336.77º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620529 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB98541-
CMYK00.950.580.62
HSL336.77º90.29%20.2%-
HSV(B)336.77º94.9%38.43%-
XYZ5.492.872.36-
YUV36.91130.31171.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=68.06%
G=3.47%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9854100.950.580.62336.7790.2920.2
Hex6252905F3A3E1515a14
Octal1425510137727652113224
Binary110001010110100101011111111010111110101010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620529; }

 p { color: rgb(98,5,41); }

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

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

 a { background-color: rgb(98,5,41); }

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

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

 span { border-color: rgb(98,5,41); }

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