#620527

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

Shades of Tyrian Purple #620527

Tints of Tyrian Purple #620527

Color information

#620527 (or 0x620527) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 27. RGB value is (98,5,39). Sum of RGB (Red+Green+Blue) = 98+5+39=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #620527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620527 is #9DFAD8. Grayscale: #242424. Windows color (decimal): -10353369 or 2557282. OLE color: 2557282.

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

Color convert

RGB98539-
CMYK00.950.600.62
HSL338.06º90.29%20.2%-
HSV(B)338.06º94.9%38.43%-
XYZ5.462.852.18-
YUV36.68129.31171.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.01%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=69.01%
G=3.52%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9853900.950.600.62338.0690.2920.2
Hex6252705F3C3E1525a14
Octal1425470137747652213224
Binary110001010110011101011111111100111110101010010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620527; }

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

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

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

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

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

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

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

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