Html Css Color HEX #520942 Tyrian Purple

📋 copy color: '#520942'

red 82 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #520942

Tints of Tyrian Purple #520942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 52.23%
G = 5.73%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#520942 (or 0x520942) is known color: Tyrian Purple. HEX triplet: 52, 09 and 42. RGB value is (82,9,66). Sum of RGB (Red+Green+Blue) = 82+9+66=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #520942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520942 is #ADF6BD. Grayscale: #252525. Windows color (decimal): -11400894 or 4327762. OLE color: 4327762.

HSL color Cylindrical-coordinate representation of color #520942: hue angle of 313.15º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520942 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 9 66 -
CMYK 0 0.89 0.20 0.68
HSL 313.15º 0.8% 0.18% -
HSV(B) 313.15º 0.89% 0.32% -
XYZ 4.56 2.38 5.37 -
YUV 37.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 82 9 66 0 0.89 0.20 0.68 313.15 0.8 0.18
Hex 52 9 42 0 59 14 44 139 50 12
Octal 122 11 102 0 131 24 104 471 120 22
Binary 1010010 1001 1000010 0 1011001 10100 1000100 100111001 1010000 10010

Color Harmonies of #520942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520942

Black with #520942

Text Example


Text Example

White with #520942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520942; }

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

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

background-color css

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

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

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

border-color css

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

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

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