Html Css Color HEX #520C3D Tyrian Purple

📋 copy color: '#520C3D'

red 82 ◦ green 12 ◦ blue 61

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

Shades of Tyrian Purple #520C3D

Tints of Tyrian Purple #520C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.74%

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 52.9%
G = 7.74%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#520C3D (or 0x520C3D) is known color: Tyrian Purple. HEX triplet: 52, 0C and 3D. RGB value is (82,12,61). Sum of RGB (Red+Green+Blue) = 82+12+61=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C3D is #ADF3C2. Grayscale: #262626. Windows color (decimal): -11400131 or 4000850. OLE color: 4000850.

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

Color convert

RGB 82 12 61 -
CMYK 0 0.85 0.26 0.68
HSL 318º 0.74% 0.18% -
HSV(B) 318º 0.85% 0.32% -
XYZ 4.45 2.39 4.64 -
YUV 38.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 82 12 61 0 0.85 0.26 0.68 318 0.74 0.18
Hex 52 C 3D 0 55 1A 44 13E 4A 12
Octal 122 14 75 0 125 32 104 476 112 22
Binary 1010010 1100 111101 0 1010101 11010 1000100 100111110 1001010 10010

Color Harmonies of #520C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C3D

Black with #520C3D

Text Example


Text Example

White with #520C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,12,61); }

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

background-color css

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

 a { background-color: rgb(82,12,61); }

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

border-color css

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

 span { border-color: rgb(82,12,61); }

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