Html Css Color HEX #520440 Tyrian Purple

📋 copy color: '#520440'

red 82 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #520440

Tints of Tyrian Purple #520440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 54.67%
G = 2.67%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#520440 (or 0x520440) is known color: Tyrian Purple. HEX triplet: 52, 04 and 40. RGB value is (82,4,64). Sum of RGB (Red+Green+Blue) = 82+4+64=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #520440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520440 is #ADFBBF. Grayscale: #222222. Windows color (decimal): -11402176 or 4195410. OLE color: 4195410.

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

Color convert

RGB 82 4 64 -
CMYK 0 0.95 0.22 0.68
HSL 313.85º 0.91% 0.17% -
HSV(B) 313.85º 0.95% 0.32% -
XYZ 4.45 2.25 5.05 -
YUV 34.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 82 4 64 0 0.95 0.22 0.68 313.85 0.91 0.17
Hex 52 4 40 0 5F 16 44 13A 5B 11
Octal 122 4 100 0 137 26 104 472 133 21
Binary 1010010 100 1000000 0 1011111 10110 1000100 100111010 1011011 10001

Color Harmonies of #520440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520440

Black with #520440

Text Example


Text Example

White with #520440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520440; }

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

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

background-color css

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

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

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

border-color css

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

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

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