#620528

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

Shades of Tyrian Purple #620528

Tints of Tyrian Purple #620528

Color information

#620528 (or 0x620528) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 28. RGB value is (98,5,40). Sum of RGB (Red+Green+Blue) = 98+5+40=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #620528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620528 is #9DFAD7. Grayscale: #242424. Windows color (decimal): -10353368 or 2622818. OLE color: 2622818.

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

Color convert

RGB98540-
CMYK00.950.590.62
HSL337.42º90.29%20.2%-
HSV(B)337.42º94.9%38.43%-
XYZ5.472.862.27-
YUV36.8129.81171.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=68.53%
G=3.50%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9854000.950.590.62337.4290.2920.2
Hex6252805F3B3E1515a14
Octal1425500137737652113224
Binary110001010110100001011111111011111110101010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620528; }

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

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

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

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

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

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

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

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