Html Css Color HEX #520F3E Tyrian Purple

📋 copy color: '#520F3E'

red 82 ◦ green 15 ◦ blue 62

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

Shades of Tyrian Purple #520F3E

Tints of Tyrian Purple #520F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.99%

R = 51.57%
G = 9.43%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#520F3E (or 0x520F3E) is known color: Tyrian Purple. HEX triplet: 52, 0F and 3E. RGB value is (82,15,62). Sum of RGB (Red+Green+Blue) = 82+15+62=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #520F3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F3E is #ADF0C1. Grayscale: #282828. Windows color (decimal): -11399362 or 4067154. OLE color: 4067154.

HSL color Cylindrical-coordinate representation of color #520F3E: hue angle of 317.91º 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 #520F3E is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 15 62 -
CMYK 0 0.82 0.24 0.68
HSL 317.91º 0.69% 0.19% -
HSV(B) 317.91º 0.82% 0.32% -
XYZ 4.52 2.48 4.8 -
YUV 40.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 82 15 62 0 0.82 0.24 0.68 317.91 0.69 0.19
Hex 52 F 3E 0 52 18 44 13E 45 13
Octal 122 17 76 0 122 30 104 476 105 23
Binary 1010010 1111 111110 0 1010010 11000 1000100 100111110 1000101 10011

Color Harmonies of #520F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F3E

Black with #520F3E

Text Example


Text Example

White with #520F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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