Html Css Color HEX #520245 Tyrian Purple

📋 copy color: '#520245'

red 82 ◦ green 2 ◦ blue 69

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

Shades of Tyrian Purple #520245

Tints of Tyrian Purple #520245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 45.1%

R = 53.59%
G = 1.31%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#520245 (or 0x520245) is known color: Tyrian Purple. HEX triplet: 52, 02 and 45. RGB value is (82,2,69). Sum of RGB (Red+Green+Blue) = 82+2+69=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #520245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520245 is #ADFDBA. Grayscale: #212121. Windows color (decimal): -11402683 or 4522578. OLE color: 4522578.

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

Color convert

RGB 82 2 69 -
CMYK 0 0.98 0.16 0.68
HSL 309.75º 0.95% 0.16% -
HSV(B) 309.75º 0.98% 0.32% -
XYZ 4.58 2.27 5.83 -
YUV 33.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 82 2 69 0 0.98 0.16 0.68 309.75 0.95 0.16
Hex 52 2 45 0 62 10 44 136 5F 10
Octal 122 2 105 0 142 20 104 466 137 20
Binary 1010010 10 1000101 0 1100010 10000 1000100 100110110 1011111 10000

Color Harmonies of #520245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520245

Black with #520245

Text Example


Text Example

White with #520245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520245; }

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

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

background-color css

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

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

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

border-color css

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

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

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