Html Css Color HEX #520F40 Tyrian Purple

📋 copy color: '#520F40'

red 82 ◦ green 15 ◦ blue 64

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

Shades of Tyrian Purple #520F40

Tints of Tyrian Purple #520F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.32%

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 50.93%
G = 9.32%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#520F40 (or 0x520F40) is known color: Tyrian Purple. HEX triplet: 52, 0F and 40. RGB value is (82,15,64). Sum of RGB (Red+Green+Blue) = 82+15+64=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #520F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F40 is #ADF0BF. Grayscale: #282828. Windows color (decimal): -11399360 or 4198226. OLE color: 4198226.

HSL color Cylindrical-coordinate representation of color #520F40: hue angle of 316.12º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F40 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 15 64 -
CMYK 0 0.82 0.22 0.68
HSL 316.12º 0.69% 0.19% -
HSV(B) 316.12º 0.82% 0.32% -
XYZ 4.58 2.51 5.09 -
YUV 40.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 82 15 64 0 0.82 0.22 0.68 316.12 0.69 0.19
Hex 52 F 40 0 52 16 44 13C 45 13
Octal 122 17 100 0 122 26 104 474 105 23
Binary 1010010 1111 1000000 0 1010010 10110 1000100 100111100 1000101 10011

Color Harmonies of #520F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F40

Black with #520F40

Text Example


Text Example

White with #520F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520F40; }

 p { color: rgb(82,15,64); }

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

background-color css

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

 a { background-color: rgb(82,15,64); }

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

border-color css

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

 span { border-color: rgb(82,15,64); }

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