Html Css Color HEX #520239 Tyrian Purple

📋 copy color: '#520239'

red 82 ◦ green 2 ◦ blue 57

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

Shades of Tyrian Purple #520239

Tints of Tyrian Purple #520239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

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

R = 58.16%
G = 1.42%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#520239 (or 0x520239) is known color: Tyrian Purple. HEX triplet: 52, 02 and 39. RGB value is (82,2,57). Sum of RGB (Red+Green+Blue) = 82+2+57=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #520239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520239 is #ADFDC6. Grayscale: #202020. Windows color (decimal): -11402695 or 3736146. OLE color: 3736146.

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

Color convert

RGB 82 2 57 -
CMYK 0 0.98 0.30 0.68
HSL 318.75º 0.95% 0.16% -
HSV(B) 318.75º 0.98% 0.32% -
XYZ 4.24 2.13 4.06 -
YUV 32.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 82 2 57 0 0.98 0.30 0.68 318.75 0.95 0.16
Hex 52 2 39 0 62 1E 44 13F 5F 10
Octal 122 2 71 0 142 36 104 477 137 20
Binary 1010010 10 111001 0 1100010 11110 1000100 100111111 1011111 10000

Color Harmonies of #520239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520239

Black with #520239

Text Example


Text Example

White with #520239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520239; }

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

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

background-color css

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

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

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

border-color css

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

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

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