#620526

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

Shades of Tyrian Purple #620526

Tints of Tyrian Purple #620526

Color information

#620526 (or 0x620526) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 26. RGB value is (98,5,38). Sum of RGB (Red+Green+Blue) = 98+5+38=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #620526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620526 is #9DFAD9. Grayscale: #242424. Windows color (decimal): -10353370 or 2491746. OLE color: 2491746.

HSL color Cylindrical-coordinate representation of color #620526: hue angle of 338.71º 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 #620526 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB98538-
CMYK00.950.610.62
HSL338.71º90.29%20.2%-
HSV(B)338.71º94.9%38.43%-
XYZ5.442.852.1-
YUV36.57128.81171.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=69.50%
G=3.55%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9853800.950.610.62338.7190.2920.2
Hex6252605F3D3E1535a14
Octal1425460137757652313224
Binary110001010110011001011111111101111110101010011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620526; }

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

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

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

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

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

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

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

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