Html Css Color HEX #520152 Tyrian Purple

📋 copy color: '#520152'

red 82 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #520152

Tints of Tyrian Purple #520152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 49.7%

R = 49.7%
G = 0.61%
B = 49.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#520152 (or 0x520152) is known color: Tyrian Purple. HEX triplet: 52, 01 and 52. RGB value is (82,1,82). Sum of RGB (Red+Green+Blue) = 82+1+82=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #520152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520152 is #ADFEAD. Grayscale: #222222. Windows color (decimal): -11402926 or 5374290. OLE color: 5374290.

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

Color convert

RGB 82 1 82 -
CMYK 0 0.99 0 0.68
HSL 300º 0.98% 0.16% -
HSV(B) 300º 0.99% 0.32% -
XYZ 5.01 2.42 8.19 -
YUV 34.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 82 1 82 0 0.99 0 0.68 300 0.98 0.16
Hex 52 1 52 0 63 0 44 12C 62 10
Octal 122 1 122 0 143 0 104 454 142 20
Binary 1010010 1 1010010 0 1100011 0 1000100 100101100 1100010 10000

Color Harmonies of #520152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520152

Black with #520152

Text Example


Text Example

White with #520152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520152; }

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

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

background-color css

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

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

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

border-color css

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

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

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