Html Css Color HEX #521146 Tyrian Purple

📋 copy color: '#521146'

red 82 ◦ green 17 ◦ blue 70

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

Shades of Tyrian Purple #521146

Tints of Tyrian Purple #521146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 41.42%

R = 48.52%
G = 10.06%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#521146 (or 0x521146) is known color: Tyrian Purple. HEX triplet: 52, 11 and 46. RGB value is (82,17,70). Sum of RGB (Red+Green+Blue) = 82+17+70=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #521146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521146 is #ADEEB9. Grayscale: #2A2A2A. Windows color (decimal): -11398842 or 4591954. OLE color: 4591954.

HSL color Cylindrical-coordinate representation of color #521146: hue angle of 311.08º 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 #521146 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 17 70 -
CMYK 0 0.79 0.15 0.68
HSL 311.08º 0.66% 0.19% -
HSV(B) 311.08º 0.79% 0.32% -
XYZ 4.79 2.64 6.05 -
YUV 42.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 82 17 70 0 0.79 0.15 0.68 311.08 0.66 0.19
Hex 52 11 46 0 4F F 44 137 42 13
Octal 122 21 106 0 117 17 104 467 102 23
Binary 1010010 10001 1000110 0 1001111 1111 1000100 100110111 1000010 10011

Color Harmonies of #521146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521146

Black with #521146

Text Example


Text Example

White with #521146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521146; }

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

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

background-color css

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

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

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

border-color css

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

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

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