Html Css Color HEX #520736 Tyrian Purple

📋 copy color: '#520736'

red 82 ◦ green 7 ◦ blue 54

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

Shades of Tyrian Purple #520736

Tints of Tyrian Purple #520736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

 BLUE value IS 54 (21.48% from 255) = 37.76%

R = 57.34%
G = 4.9%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#520736 (or 0x520736) is known color: Tyrian Purple. HEX triplet: 52, 07 and 36. RGB value is (82,7,54). Sum of RGB (Red+Green+Blue) = 82+7+54=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #520736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520736 is #ADF8C9. Grayscale: #222222. Windows color (decimal): -11401418 or 3540818. OLE color: 3540818.

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

Color convert

RGB 82 7 54 -
CMYK 0 0.91 0.34 0.68
HSL 322.4º 0.84% 0.17% -
HSV(B) 322.4º 0.91% 0.32% -
XYZ 4.22 2.21 3.69 -
YUV 34.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 82 7 54 0 0.91 0.34 0.68 322.4 0.84 0.17
Hex 52 7 36 0 5B 22 44 142 54 11
Octal 122 7 66 0 133 42 104 502 124 21
Binary 1010010 111 110110 0 1011011 100010 1000100 101000010 1010100 10001

Color Harmonies of #520736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520736

Black with #520736

Text Example


Text Example

White with #520736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520736; }

 p { color: rgb(82,7,54); }

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

background-color css

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

 a { background-color: rgb(82,7,54); }

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

border-color css

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

 span { border-color: rgb(82,7,54); }

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