Html Css Color HEX #521145 Tyrian Purple

📋 copy color: '#521145'

red 82 ◦ green 17 ◦ blue 69

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

Shades of Tyrian Purple #521145

Tints of Tyrian Purple #521145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

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

R = 48.81%
G = 10.12%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#521145 (or 0x521145) is known color: Tyrian Purple. HEX triplet: 52, 11 and 45. RGB value is (82,17,69). Sum of RGB (Red+Green+Blue) = 82+17+69=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #521145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521145 is #ADEEBA. Grayscale: #2A2A2A. Windows color (decimal): -11398843 or 4526418. OLE color: 4526418.

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

Color convert

RGB 82 17 69 -
CMYK 0 0.79 0.16 0.68
HSL 312º 0.66% 0.19% -
HSV(B) 312º 0.79% 0.32% -
XYZ 4.75 2.62 5.89 -
YUV 42.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 82 17 69 0 0.79 0.16 0.68 312 0.66 0.19
Hex 52 11 45 0 4F 10 44 138 42 13
Octal 122 21 105 0 117 20 104 470 102 23
Binary 1010010 10001 1000101 0 1001111 10000 1000100 100111000 1000010 10011

Color Harmonies of #521145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521145

Black with #521145

Text Example


Text Example

White with #521145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521145; }

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

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

background-color css

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

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

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

border-color css

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

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

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