Html Css Color HEX #520142 Tyrian Purple

📋 copy color: '#520142'

red 82 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #520142

Tints of Tyrian Purple #520142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 55.03%
G = 0.67%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#520142 (or 0x520142) is known color: Tyrian Purple. HEX triplet: 52, 01 and 42. RGB value is (82,1,66). Sum of RGB (Red+Green+Blue) = 82+1+66=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #520142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520142 is #ADFEBD. Grayscale: #202020. Windows color (decimal): -11402942 or 4325714. OLE color: 4325714.

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

Color convert

RGB 82 1 66 -
CMYK 0 0.99 0.20 0.68
HSL 311.85º 0.98% 0.16% -
HSV(B) 311.85º 0.99% 0.32% -
XYZ 4.47 2.21 5.34 -
YUV 32.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 82 1 66 0 0.99 0.20 0.68 311.85 0.98 0.16
Hex 52 1 42 0 63 14 44 138 62 10
Octal 122 1 102 0 143 24 104 470 142 20
Binary 1010010 1 1000010 0 1100011 10100 1000100 100111000 1100010 10000

Color Harmonies of #520142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520142

Black with #520142

Text Example


Text Example

White with #520142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520142; }

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

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

background-color css

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

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

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

border-color css

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

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

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