Html Css Color HEX #520332 Tyrian Purple

📋 copy color: '#520332'

red 82 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #520332

Tints of Tyrian Purple #520332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

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

R = 60.74%
G = 2.22%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#520332 (or 0x520332) is known color: Tyrian Purple. HEX triplet: 52, 03 and 32. RGB value is (82,3,50). Sum of RGB (Red+Green+Blue) = 82+3+50=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #520332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520332 is #ADFCCD. Grayscale: #1F1F1F. Windows color (decimal): -11402446 or 3277650. OLE color: 3277650.

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

Color convert

RGB 82 3 50 -
CMYK 0 0.96 0.39 0.68
HSL 324.3º 0.93% 0.17% -
HSV(B) 324.3º 0.96% 0.32% -
XYZ 4.09 2.09 3.21 -
YUV 31.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 82 3 50 0 0.96 0.39 0.68 324.3 0.93 0.17
Hex 52 3 32 0 60 27 44 144 5D 11
Octal 122 3 62 0 140 47 104 504 135 21
Binary 1010010 11 110010 0 1100000 100111 1000100 101000100 1011101 10001

Color Harmonies of #520332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520332

Black with #520332

Text Example


Text Example

White with #520332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520332; }

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

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

background-color css

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

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

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

border-color css

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

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

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