Html Css Color HEX #520052 Tyrian Purple

📋 copy color: '#520052'

red 82 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #520052

Tints of Tyrian Purple #520052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#520052 (or 0x520052) is known color: Tyrian Purple. HEX triplet: 52, 00 and 52. RGB value is (82,0,82). Sum of RGB (Red+Green+Blue) = 82+0+82=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #520052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520052 is #ADFFAD. Grayscale: #212121. Windows color (decimal): -11403182 or 5374034. OLE color: 5374034.

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

Color convert

RGB 82 0 82 -
CMYK 0 1 0 0.68
HSL 300º 1% 0.16% -
HSV(B) 300º 1% 0.32% -
XYZ 5 2.4 8.18 -
YUV 33.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 82 0 82 0 1 0 0.68 300 1 0.16
Hex 52 0 52 0 64 0 44 12C 64 10
Octal 122 0 122 0 144 0 104 454 144 20
Binary 1010010 0 1010010 0 1100100 0 1000100 100101100 1100100 10000

Color Harmonies of #520052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520052

Black with #520052

Text Example


Text Example

White with #520052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520052; }

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

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

background-color css

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

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

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

border-color css

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

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

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