Html Css Color HEX #521142 Tyrian Purple

📋 copy color: '#521142'

red 82 ◦ green 17 ◦ blue 66

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

Shades of Tyrian Purple #521142

Tints of Tyrian Purple #521142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40%

R = 49.7%
G = 10.3%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#521142 (or 0x521142) is known color: Tyrian Purple. HEX triplet: 52, 11 and 42. RGB value is (82,17,66). Sum of RGB (Red+Green+Blue) = 82+17+66=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #521142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521142 is #ADEEBD. Grayscale: #292929. Windows color (decimal): -11398846 or 4329810. OLE color: 4329810.

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

Color convert

RGB 82 17 66 -
CMYK 0 0.79 0.20 0.68
HSL 314.77º 0.66% 0.19% -
HSV(B) 314.77º 0.79% 0.32% -
XYZ 4.66 2.59 5.41 -
YUV 42.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 82 17 66 0 0.79 0.20 0.68 314.77 0.66 0.19
Hex 52 11 42 0 4F 14 44 13B 42 13
Octal 122 21 102 0 117 24 104 473 102 23
Binary 1010010 10001 1000010 0 1001111 10100 1000100 100111011 1000010 10011

Color Harmonies of #521142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521142

Black with #521142

Text Example


Text Example

White with #521142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521142; }

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

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

background-color css

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

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

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

border-color css

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

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

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