Html Css Color HEX #521040 Tyrian Purple

📋 copy color: '#521040'

red 82 ◦ green 16 ◦ blue 64

#521040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #521040

Tints of Tyrian Purple #521040

RGB

 RED value IS 82 (32.42% from 255) = 50.62%

 GREEN value IS 16 (6.64% from 255) = 9.88%

 BLUE value IS 64 (25.39% from 255) = 39.51%

R = 50.62%
G = 9.88%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#521040 (or 0x521040) is known color: Tyrian Purple. HEX triplet: 52, 10 and 40. RGB value is (82,16,64). Sum of RGB (Red+Green+Blue) = 82+16+64=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #521040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521040 is #ADEFBF. Grayscale: #292929. Windows color (decimal): -11399104 or 4198482. OLE color: 4198482.

HSL color Cylindrical-coordinate representation of color #521040: hue angle of 316.36º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521040 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 64 -
CMYK 0 0.80 0.22 0.68
HSL 316.36º 0.67% 0.19% -
HSV(B) 316.36º 0.8% 0.32% -
XYZ 4.59 2.53 5.1 -
YUV 41.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 82 16 64 0 0.80 0.22 0.68 316.36 0.67 0.19
Hex 52 10 40 0 50 16 44 13C 43 13
Octal 122 20 100 0 120 26 104 474 103 23
Binary 1010010 10000 1000000 0 1010000 10110 1000100 100111100 1000011 10011

Color Harmonies of #521040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521040

Black with #521040

Text Example


Text Example

White with #521040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521040; }

 p { color: rgb(82,16,64); }

 H1.HeaderClassName
 {
   color: #521040;
 }
 .AnyTagClassName
 {
   color: #521040;
 }
</style>

background-color css

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

 a { background-color: rgb(82,16,64); }

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

border-color css

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

 span { border-color: rgb(82,16,64); }

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