Html Css Color HEX #520B3F Tyrian Purple

📋 copy color: '#520B3F'

red 82 ◦ green 11 ◦ blue 63

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

Shades of Tyrian Purple #520B3F

Tints of Tyrian Purple #520B3F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.05%

 BLUE value IS 63 (25% from 255) = 40.38%

R = 52.56%
G = 7.05%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#520B3F (or 0x520B3F) is known color: Tyrian Purple. HEX triplet: 52, 0B and 3F. RGB value is (82,11,63). Sum of RGB (Red+Green+Blue) = 82+11+63=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #520B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B3F is #ADF4C0. Grayscale: #262626. Windows color (decimal): -11400385 or 4131666. OLE color: 4131666.

HSL color Cylindrical-coordinate representation of color #520B3F: hue angle of 316.06º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520B3F is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 11 63 -
CMYK 0 0.87 0.23 0.68
HSL 316.06º 0.76% 0.18% -
HSV(B) 316.06º 0.87% 0.32% -
XYZ 4.5 2.39 4.93 -
YUV 38.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 82 11 63 0 0.87 0.23 0.68 316.06 0.76 0.18
Hex 52 B 3F 0 57 17 44 13C 4C 12
Octal 122 13 77 0 127 27 104 474 114 22
Binary 1010010 1011 111111 0 1010111 10111 1000100 100111100 1001100 10010

Color Harmonies of #520B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B3F

Black with #520B3F

Text Example


Text Example

White with #520B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,11,63); }

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

background-color css

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

 a { background-color: rgb(82,11,63); }

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

border-color css

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

 span { border-color: rgb(82,11,63); }

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