Html Css Color HEX #520145 Tyrian Purple

📋 copy color: '#520145'

red 82 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #520145

Tints of Tyrian Purple #520145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 69 (27.34% from 255) = 45.39%

R = 53.95%
G = 0.66%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#520145 (or 0x520145) is known color: Tyrian Purple. HEX triplet: 52, 01 and 45. RGB value is (82,1,69). Sum of RGB (Red+Green+Blue) = 82+1+69=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #520145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520145 is #ADFEBA. Grayscale: #202020. Windows color (decimal): -11402939 or 4522322. OLE color: 4522322.

HSL color Cylindrical-coordinate representation of color #520145: hue angle of 309.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520145 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 69 -
CMYK 0 0.99 0.16 0.68
HSL 309.63º 0.98% 0.16% -
HSV(B) 309.63º 0.99% 0.32% -
XYZ 4.56 2.25 5.82 -
YUV 32.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 82 1 69 0 0.99 0.16 0.68 309.63 0.98 0.16
Hex 52 1 45 0 63 10 44 136 62 10
Octal 122 1 105 0 143 20 104 466 142 20
Binary 1010010 1 1000101 0 1100011 10000 1000100 100110110 1100010 10000

Color Harmonies of #520145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520145

Black with #520145

Text Example


Text Example

White with #520145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520145; }

 p { color: rgb(82,1,69); }

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

background-color css

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

 a { background-color: rgb(82,1,69); }

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

border-color css

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

 span { border-color: rgb(82,1,69); }

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