Html Css Color HEX #520242 Tyrian Purple

📋 copy color: '#520242'

red 82 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #520242

Tints of Tyrian Purple #520242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44%

R = 54.67%
G = 1.33%
B = 44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#520242 (or 0x520242) is known color: Tyrian Purple. HEX triplet: 52, 02 and 42. RGB value is (82,2,66). Sum of RGB (Red+Green+Blue) = 82+2+66=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #520242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520242 is #ADFDBD. Grayscale: #212121. Windows color (decimal): -11402686 or 4325970. OLE color: 4325970.

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

Color convert

RGB 82 2 66 -
CMYK 0 0.98 0.20 0.68
HSL 312º 0.95% 0.16% -
HSV(B) 312º 0.98% 0.32% -
XYZ 4.48 2.23 5.35 -
YUV 33.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 82 2 66 0 0.98 0.20 0.68 312 0.95 0.16
Hex 52 2 42 0 62 14 44 138 5F 10
Octal 122 2 102 0 142 24 104 470 137 20
Binary 1010010 10 1000010 0 1100010 10100 1000100 100111000 1011111 10000

Color Harmonies of #520242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520242

Black with #520242

Text Example


Text Example

White with #520242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520242; }

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

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

background-color css

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

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

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

border-color css

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

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

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