Html Css Color HEX #520139 Tyrian Purple

📋 copy color: '#520139'

red 82 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #520139

Tints of Tyrian Purple #520139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 58.57%
G = 0.71%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#520139 (or 0x520139) is known color: Tyrian Purple. HEX triplet: 52, 01 and 39. RGB value is (82,1,57). Sum of RGB (Red+Green+Blue) = 82+1+57=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #520139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520139 is #ADFEC6. Grayscale: #1F1F1F. Windows color (decimal): -11402951 or 3735890. OLE color: 3735890.

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

Color convert

RGB 82 1 57 -
CMYK 0 0.99 0.30 0.68
HSL 318.52º 0.98% 0.16% -
HSV(B) 318.52º 0.99% 0.32% -
XYZ 4.23 2.11 4.06 -
YUV 31.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 82 1 57 0 0.99 0.30 0.68 318.52 0.98 0.16
Hex 52 1 39 0 63 1E 44 13F 62 10
Octal 122 1 71 0 143 36 104 477 142 20
Binary 1010010 1 111001 0 1100011 11110 1000100 100111111 1100010 10000

Color Harmonies of #520139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520139

Black with #520139

Text Example


Text Example

White with #520139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520139; }

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

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

background-color css

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

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

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

border-color css

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

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

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