Html Css Color HEX #520331 Tyrian Purple

📋 copy color: '#520331'

red 82 ◦ green 3 ◦ blue 49

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

Shades of Tyrian Purple #520331

Tints of Tyrian Purple #520331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.57%

R = 61.19%
G = 2.24%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#520331 (or 0x520331) is known color: Tyrian Purple. HEX triplet: 52, 03 and 31. RGB value is (82,3,49). Sum of RGB (Red+Green+Blue) = 82+3+49=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #520331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520331 is #ADFCCE. Grayscale: #1F1F1F. Windows color (decimal): -11402447 or 3212114. OLE color: 3212114.

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

Color convert

RGB 82 3 49 -
CMYK 0 0.96 0.40 0.68
HSL 325.06º 0.93% 0.17% -
HSV(B) 325.06º 0.96% 0.32% -
XYZ 4.07 2.08 3.09 -
YUV 31.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 82 3 49 0 0.96 0.40 0.68 325.06 0.93 0.17
Hex 52 3 31 0 60 28 44 145 5D 11
Octal 122 3 61 0 140 50 104 505 135 21
Binary 1010010 11 110001 0 1100000 101000 1000100 101000101 1011101 10001

Color Harmonies of #520331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520331

Black with #520331

Text Example


Text Example

White with #520331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520331; }

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

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

background-color css

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

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

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

border-color css

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

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

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