Html Css Color HEX #520835 Tyrian Purple

📋 copy color: '#520835'

red 82 ◦ green 8 ◦ blue 53

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

Shades of Tyrian Purple #520835

Tints of Tyrian Purple #520835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

 BLUE value IS 53 (21.09% from 255) = 37.06%

R = 57.34%
G = 5.59%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#520835 (or 0x520835) is known color: Tyrian Purple. HEX triplet: 52, 08 and 35. RGB value is (82,8,53). Sum of RGB (Red+Green+Blue) = 82+8+53=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #520835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520835 is #ADF7CA. Grayscale: #232323. Windows color (decimal): -11401163 or 3475538. OLE color: 3475538.

HSL color Cylindrical-coordinate representation of color #520835: hue angle of 323.51º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520835 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 53 -
CMYK 0 0.90 0.35 0.68
HSL 323.51º 0.82% 0.18% -
HSV(B) 323.51º 0.9% 0.32% -
XYZ 4.21 2.22 3.58 -
YUV 35.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 82 8 53 0 0.90 0.35 0.68 323.51 0.82 0.18
Hex 52 8 35 0 5A 23 44 144 52 12
Octal 122 10 65 0 132 43 104 504 122 22
Binary 1010010 1000 110101 0 1011010 100011 1000100 101000100 1010010 10010

Color Harmonies of #520835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520835

Black with #520835

Text Example


Text Example

White with #520835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520835; }

 p { color: rgb(82,8,53); }

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

background-color css

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

 a { background-color: rgb(82,8,53); }

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

border-color css

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

 span { border-color: rgb(82,8,53); }

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