Html Css Color HEX #521045 Tyrian Purple

📋 copy color: '#521045'

red 82 ◦ green 16 ◦ blue 69

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

Shades of Tyrian Purple #521045

Tints of Tyrian Purple #521045

RGB

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

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

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

R = 49.1%
G = 9.58%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#521045 (or 0x521045) is known color: Tyrian Purple. HEX triplet: 52, 10 and 45. RGB value is (82,16,69). Sum of RGB (Red+Green+Blue) = 82+16+69=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521045 is #ADEFBA. Grayscale: #292929. Windows color (decimal): -11399099 or 4526162. OLE color: 4526162.

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

Color convert

RGB 82 16 69 -
CMYK 0 0.80 0.16 0.68
HSL 311.82º 0.67% 0.19% -
HSV(B) 311.82º 0.8% 0.32% -
XYZ 4.74 2.59 5.88 -
YUV 41.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 82 16 69 0 0.80 0.16 0.68 311.82 0.67 0.19
Hex 52 10 45 0 50 10 44 138 43 13
Octal 122 20 105 0 120 20 104 470 103 23
Binary 1010010 10000 1000101 0 1010000 10000 1000100 100111000 1000011 10011

Color Harmonies of #521045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521045

Black with #521045

Text Example


Text Example

White with #521045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521045; }

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

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

background-color css

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

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

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

border-color css

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

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

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