Html Css Color HEX #520032 Tyrian Purple

📋 copy color: '#520032'

red 82 ◦ green 0 ◦ blue 50

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

Shades of Tyrian Purple #520032

Tints of Tyrian Purple #520032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 37.88%

R = 62.12%
G = 0%
B = 37.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#520032 (or 0x520032) is known color: Tyrian Purple. HEX triplet: 52, 00 and 32. RGB value is (82,0,50). Sum of RGB (Red+Green+Blue) = 82+0+50=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #520032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520032 is #ADFFCD. Grayscale: #1E1E1E. Windows color (decimal): -11403214 or 3276882. OLE color: 3276882.

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

Color convert

RGB 82 0 50 -
CMYK 0 1 0.39 0.68
HSL 323.41º 1% 0.16% -
HSV(B) 323.41º 1% 0.32% -
XYZ 4.06 2.02 3.19 -
YUV 30.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 82 0 50 0 1 0.39 0.68 323.41 1 0.16
Hex 52 0 32 0 64 27 44 143 64 10
Octal 122 0 62 0 144 47 104 503 144 20
Binary 1010010 0 110010 0 1100100 100111 1000100 101000011 1100100 10000

Color Harmonies of #520032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520032

Black with #520032

Text Example


Text Example

White with #520032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520032; }

 p { color: rgb(82,0,50); }

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

background-color css

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

 a { background-color: rgb(82,0,50); }

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

border-color css

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

 span { border-color: rgb(82,0,50); }

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