Html Css Color HEX #520342 Tyrian Purple

📋 copy color: '#520342'

red 82 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #520342

Tints of Tyrian Purple #520342

RGB

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

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

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

R = 54.3%
G = 1.99%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#520342 (or 0x520342) is known color: Tyrian Purple. HEX triplet: 52, 03 and 42. RGB value is (82,3,66). Sum of RGB (Red+Green+Blue) = 82+3+66=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #520342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520342 is #ADFCBD. Grayscale: #212121. Windows color (decimal): -11402430 or 4326226. OLE color: 4326226.

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

Color convert

RGB 82 3 66 -
CMYK 0 0.96 0.20 0.68
HSL 312.15º 0.93% 0.17% -
HSV(B) 312.15º 0.96% 0.32% -
XYZ 4.5 2.25 5.35 -
YUV 33.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 82 3 66 0 0.96 0.20 0.68 312.15 0.93 0.17
Hex 52 3 42 0 60 14 44 138 5D 11
Octal 122 3 102 0 140 24 104 470 135 21
Binary 1010010 11 1000010 0 1100000 10100 1000100 100111000 1011101 10001

Color Harmonies of #520342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520342

Black with #520342

Text Example


Text Example

White with #520342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520342; }

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

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

background-color css

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

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

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

border-color css

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

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

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