Html Css Color HEX #521041 Tyrian Purple

📋 copy color: '#521041'

red 82 ◦ green 16 ◦ blue 65

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

Shades of Tyrian Purple #521041

Tints of Tyrian Purple #521041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.88%

R = 50.31%
G = 9.82%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#521041 (or 0x521041) is known color: Tyrian Purple. HEX triplet: 52, 10 and 41. RGB value is (82,16,65). Sum of RGB (Red+Green+Blue) = 82+16+65=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #521041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521041 is #ADEFBE. Grayscale: #292929. Windows color (decimal): -11399103 or 4264018. OLE color: 4264018.

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

Color convert

RGB 82 16 65 -
CMYK 0 0.80 0.21 0.68
HSL 315.45º 0.67% 0.19% -
HSV(B) 315.45º 0.8% 0.32% -
XYZ 4.62 2.55 5.25 -
YUV 41.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 82 16 65 0 0.80 0.21 0.68 315.45 0.67 0.19
Hex 52 10 41 0 50 15 44 13B 43 13
Octal 122 20 101 0 120 25 104 473 103 23
Binary 1010010 10000 1000001 0 1010000 10101 1000100 100111011 1000011 10011

Color Harmonies of #521041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521041

Black with #521041

Text Example


Text Example

White with #521041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521041; }

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

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

background-color css

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

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

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

border-color css

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

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

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