Html Css Color HEX #520348 Tyrian Purple

📋 copy color: '#520348'

red 82 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #520348

Tints of Tyrian Purple #520348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 45.86%

R = 52.23%
G = 1.91%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#520348 (or 0x520348) is known color: Tyrian Purple. HEX triplet: 52, 03 and 48. RGB value is (82,3,72). Sum of RGB (Red+Green+Blue) = 82+3+72=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #520348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520348 is #ADFCB7. Grayscale: #222222. Windows color (decimal): -11402424 or 4719442. OLE color: 4719442.

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

Color convert

RGB 82 3 72 -
CMYK 0 0.96 0.12 0.68
HSL 307.59º 0.93% 0.17% -
HSV(B) 307.59º 0.96% 0.32% -
XYZ 4.68 2.33 6.33 -
YUV 34.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 82 3 72 0 0.96 0.12 0.68 307.59 0.93 0.17
Hex 52 3 48 0 60 C 44 134 5D 11
Octal 122 3 110 0 140 14 104 464 135 21
Binary 1010010 11 1001000 0 1100000 1100 1000100 100110100 1011101 10001

Color Harmonies of #520348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520348

Black with #520348

Text Example


Text Example

White with #520348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520348; }

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

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

background-color css

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

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

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

border-color css

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

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

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