Html Css Color HEX #520143 Tyrian Purple

📋 copy color: '#520143'

red 82 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #520143

Tints of Tyrian Purple #520143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 44.67%

R = 54.67%
G = 0.67%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#520143 (or 0x520143) is known color: Tyrian Purple. HEX triplet: 52, 01 and 43. RGB value is (82,1,67). Sum of RGB (Red+Green+Blue) = 82+1+67=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #520143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520143 is #ADFEBC. Grayscale: #202020. Windows color (decimal): -11402941 or 4391250. OLE color: 4391250.

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

Color convert

RGB 82 1 67 -
CMYK 0 0.99 0.18 0.68
HSL 311.11º 0.98% 0.16% -
HSV(B) 311.11º 0.99% 0.32% -
XYZ 4.5 2.22 5.5 -
YUV 32.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 82 1 67 0 0.99 0.18 0.68 311.11 0.98 0.16
Hex 52 1 43 0 63 12 44 137 62 10
Octal 122 1 103 0 143 22 104 467 142 20
Binary 1010010 1 1000011 0 1100011 10010 1000100 100110111 1100010 10000

Color Harmonies of #520143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520143

Black with #520143

Text Example


Text Example

White with #520143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520143; }

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

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

background-color css

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

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

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

border-color css

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

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

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