Html Css Color HEX #520345 Tyrian Purple

📋 copy color: '#520345'

red 82 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #520345

Tints of Tyrian Purple #520345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 53.25%
G = 1.95%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#520345 (or 0x520345) is known color: Tyrian Purple. HEX triplet: 52, 03 and 45. RGB value is (82,3,69). Sum of RGB (Red+Green+Blue) = 82+3+69=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #520345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520345 is #ADFCBA. Grayscale: #212121. Windows color (decimal): -11402427 or 4522834. OLE color: 4522834.

HSL color Cylindrical-coordinate representation of color #520345: hue angle of 309.87º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520345 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 69 -
CMYK 0 0.96 0.16 0.68
HSL 309.87º 0.93% 0.17% -
HSV(B) 309.87º 0.96% 0.32% -
XYZ 4.59 2.29 5.83 -
YUV 34.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 82 3 69 0 0.96 0.16 0.68 309.87 0.93 0.17
Hex 52 3 45 0 60 10 44 136 5D 11
Octal 122 3 105 0 140 20 104 466 135 21
Binary 1010010 11 1000101 0 1100000 10000 1000100 100110110 1011101 10001

Color Harmonies of #520345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520345

Black with #520345

Text Example


Text Example

White with #520345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520345; }

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

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

background-color css

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

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

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

border-color css

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

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

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