Html Css Color HEX #520246 Tyrian Purple

📋 copy color: '#520246'

red 82 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #520246

Tints of Tyrian Purple #520246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 70 (27.73% from 255) = 45.45%

R = 53.25%
G = 1.3%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#520246 (or 0x520246) is known color: Tyrian Purple. HEX triplet: 52, 02 and 46. RGB value is (82,2,70). Sum of RGB (Red+Green+Blue) = 82+2+70=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #520246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520246 is #ADFDB9. Grayscale: #212121. Windows color (decimal): -11402682 or 4588114. OLE color: 4588114.

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

Color convert

RGB 82 2 70 -
CMYK 0 0.98 0.15 0.68
HSL 309º 0.95% 0.16% -
HSV(B) 309º 0.98% 0.32% -
XYZ 4.61 2.28 5.99 -
YUV 33.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 82 2 70 0 0.98 0.15 0.68 309 0.95 0.16
Hex 52 2 46 0 62 F 44 135 5F 10
Octal 122 2 106 0 142 17 104 465 137 20
Binary 1010010 10 1000110 0 1100010 1111 1000100 100110101 1011111 10000

Color Harmonies of #520246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520246

Black with #520246

Text Example


Text Example

White with #520246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520246; }

 p { color: rgb(82,2,70); }

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

background-color css

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

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

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

border-color css

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

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

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