Html Css Color HEX #520434 Tyrian Purple

📋 copy color: '#520434'

red 82 ◦ green 4 ◦ blue 52

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

Shades of Tyrian Purple #520434

Tints of Tyrian Purple #520434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

 BLUE value IS 52 (20.7% from 255) = 37.68%

R = 59.42%
G = 2.9%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#520434 (or 0x520434) is known color: Tyrian Purple. HEX triplet: 52, 04 and 34. RGB value is (82,4,52). Sum of RGB (Red+Green+Blue) = 82+4+52=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #520434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520434 is #ADFBCB. Grayscale: #202020. Windows color (decimal): -11402188 or 3408978. OLE color: 3408978.

HSL color Cylindrical-coordinate representation of color #520434: hue angle of 323.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520434 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 4 52 -
CMYK 0 0.95 0.37 0.68
HSL 323.08º 0.91% 0.17% -
HSV(B) 323.08º 0.95% 0.32% -
XYZ 4.14 2.13 3.44 -
YUV 32.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 82 4 52 0 0.95 0.37 0.68 323.08 0.91 0.17
Hex 52 4 34 0 5F 25 44 143 5B 11
Octal 122 4 64 0 137 45 104 503 133 21
Binary 1010010 100 110100 0 1011111 100101 1000100 101000011 1011011 10001

Color Harmonies of #520434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520434

Black with #520434

Text Example


Text Example

White with #520434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520434; }

 p { color: rgb(82,4,52); }

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

background-color css

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

 a { background-color: rgb(82,4,52); }

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

border-color css

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

 span { border-color: rgb(82,4,52); }

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