Html Css Color HEX #520339 Tyrian Purple

📋 copy color: '#520339'

red 82 ◦ green 3 ◦ blue 57

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

Shades of Tyrian Purple #520339

Tints of Tyrian Purple #520339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.14%

R = 57.75%
G = 2.11%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#520339 (or 0x520339) is known color: Tyrian Purple. HEX triplet: 52, 03 and 39. RGB value is (82,3,57). Sum of RGB (Red+Green+Blue) = 82+3+57=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #520339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520339 is #ADFCC6. Grayscale: #202020. Windows color (decimal): -11402439 or 3736402. OLE color: 3736402.

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

Color convert

RGB 82 3 57 -
CMYK 0 0.96 0.30 0.68
HSL 318.99º 0.93% 0.17% -
HSV(B) 318.99º 0.96% 0.32% -
XYZ 4.25 2.15 4.06 -
YUV 32.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 82 3 57 0 0.96 0.30 0.68 318.99 0.93 0.17
Hex 52 3 39 0 60 1E 44 13F 5D 11
Octal 122 3 71 0 140 36 104 477 135 21
Binary 1010010 11 111001 0 1100000 11110 1000100 100111111 1011101 10001

Color Harmonies of #520339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520339

Black with #520339

Text Example


Text Example

White with #520339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520339; }

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

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

background-color css

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

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

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

border-color css

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

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

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