Html Css Color HEX #521046 Tyrian Purple

📋 copy color: '#521046'

red 82 ◦ green 16 ◦ blue 70

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

Shades of Tyrian Purple #521046

Tints of Tyrian Purple #521046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 48.81%
G = 9.52%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#521046 (or 0x521046) is known color: Tyrian Purple. HEX triplet: 52, 10 and 46. RGB value is (82,16,70). Sum of RGB (Red+Green+Blue) = 82+16+70=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #521046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521046 is #ADEFB9. Grayscale: #292929. Windows color (decimal): -11399098 or 4591698. OLE color: 4591698.

HSL color Cylindrical-coordinate representation of color #521046: hue angle of 310.91º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521046 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 70 -
CMYK 0 0.80 0.15 0.68
HSL 310.91º 0.67% 0.19% -
HSV(B) 310.91º 0.8% 0.32% -
XYZ 4.77 2.61 6.05 -
YUV 41.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 82 16 70 0 0.80 0.15 0.68 310.91 0.67 0.19
Hex 52 10 46 0 50 F 44 137 43 13
Octal 122 20 106 0 120 17 104 467 103 23
Binary 1010010 10000 1000110 0 1010000 1111 1000100 100110111 1000011 10011

Color Harmonies of #521046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521046

Black with #521046

Text Example


Text Example

White with #521046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521046; }

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

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

background-color css

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

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

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

border-color css

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

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

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