Html Css Color HEX #520638 Tyrian Purple

📋 copy color: '#520638'

red 82 ◦ green 6 ◦ blue 56

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

Shades of Tyrian Purple #520638

Tints of Tyrian Purple #520638

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

 BLUE value IS 56 (22.27% from 255) = 38.89%

R = 56.94%
G = 4.17%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#520638 (or 0x520638) is known color: Tyrian Purple. HEX triplet: 52, 06 and 38. RGB value is (82,6,56). Sum of RGB (Red+Green+Blue) = 82+6+56=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #520638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520638 is #ADF9C7. Grayscale: #222222. Windows color (decimal): -11401672 or 3671634. OLE color: 3671634.

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

Color convert

RGB 82 6 56 -
CMYK 0 0.93 0.32 0.68
HSL 320.53º 0.86% 0.17% -
HSV(B) 320.53º 0.93% 0.32% -
XYZ 4.26 2.21 3.94 -
YUV 34.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 82 6 56 0 0.93 0.32 0.68 320.53 0.86 0.17
Hex 52 6 38 0 5D 20 44 141 56 11
Octal 122 6 70 0 135 40 104 501 126 21
Binary 1010010 110 111000 0 1011101 100000 1000100 101000001 1010110 10001

Color Harmonies of #520638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520638

Black with #520638

Text Example


Text Example

White with #520638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520638; }

 p { color: rgb(82,6,56); }

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

background-color css

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

 a { background-color: rgb(82,6,56); }

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

border-color css

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

 span { border-color: rgb(82,6,56); }

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