Html Css Color HEX #520842 Tyrian Purple

📋 copy color: '#520842'

red 82 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #520842

Tints of Tyrian Purple #520842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 52.56%
G = 5.13%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#520842 (or 0x520842) is known color: Tyrian Purple. HEX triplet: 52, 08 and 42. RGB value is (82,8,66). Sum of RGB (Red+Green+Blue) = 82+8+66=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #520842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520842 is #ADF7BD. Grayscale: #242424. Windows color (decimal): -11401150 or 4327506. OLE color: 4327506.

HSL color Cylindrical-coordinate representation of color #520842: hue angle of 312.97º 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 #520842 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 66 -
CMYK 0 0.90 0.20 0.68
HSL 312.97º 0.82% 0.18% -
HSV(B) 312.97º 0.9% 0.32% -
XYZ 4.55 2.36 5.37 -
YUV 36.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 82 8 66 0 0.90 0.20 0.68 312.97 0.82 0.18
Hex 52 8 42 0 5A 14 44 139 52 12
Octal 122 10 102 0 132 24 104 471 122 22
Binary 1010010 1000 1000010 0 1011010 10100 1000100 100111001 1010010 10010

Color Harmonies of #520842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520842

Black with #520842

Text Example


Text Example

White with #520842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520842; }

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

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

background-color css

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

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

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

border-color css

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

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

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