Html Css Color HEX #520138 Tyrian Purple

📋 copy color: '#520138'

red 82 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #520138

Tints of Tyrian Purple #520138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 58.99%
G = 0.72%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#520138 (or 0x520138) is known color: Tyrian Purple. HEX triplet: 52, 01 and 38. RGB value is (82,1,56). Sum of RGB (Red+Green+Blue) = 82+1+56=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #520138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520138 is #ADFEC7. Grayscale: #1F1F1F. Windows color (decimal): -11402952 or 3670354. OLE color: 3670354.

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

Color convert

RGB 82 1 56 -
CMYK 0 0.99 0.32 0.68
HSL 319.26º 0.98% 0.16% -
HSV(B) 319.26º 0.99% 0.32% -
XYZ 4.2 2.1 3.93 -
YUV 31.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 82 1 56 0 0.99 0.32 0.68 319.26 0.98 0.16
Hex 52 1 38 0 63 20 44 13F 62 10
Octal 122 1 70 0 143 40 104 477 142 20
Binary 1010010 1 111000 0 1100011 100000 1000100 100111111 1100010 10000

Color Harmonies of #520138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520138

Black with #520138

Text Example


Text Example

White with #520138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520138; }

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

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

background-color css

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

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

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

border-color css

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

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

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