Html Css Color HEX #520243 Tyrian Purple

📋 copy color: '#520243'

red 82 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #520243

Tints of Tyrian Purple #520243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 54.3%
G = 1.32%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#520243 (or 0x520243) is known color: Tyrian Purple. HEX triplet: 52, 02 and 43. RGB value is (82,2,67). Sum of RGB (Red+Green+Blue) = 82+2+67=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #520243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520243 is #ADFDBC. Grayscale: #212121. Windows color (decimal): -11402685 or 4391506. OLE color: 4391506.

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

Color convert

RGB 82 2 67 -
CMYK 0 0.98 0.18 0.68
HSL 311.25º 0.95% 0.16% -
HSV(B) 311.25º 0.98% 0.32% -
XYZ 4.51 2.24 5.51 -
YUV 33.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 82 2 67 0 0.98 0.18 0.68 311.25 0.95 0.16
Hex 52 2 43 0 62 12 44 137 5F 10
Octal 122 2 103 0 142 22 104 467 137 20
Binary 1010010 10 1000011 0 1100010 10010 1000100 100110111 1011111 10000

Color Harmonies of #520243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520243

Black with #520243

Text Example


Text Example

White with #520243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520243; }

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

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

background-color css

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

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

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

border-color css

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

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

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