Html Css Color HEX #520042 Tyrian Purple

📋 copy color: '#520042'

red 82 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #520042

Tints of Tyrian Purple #520042

RGB

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

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

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

R = 55.41%
G = 0%
B = 44.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#520042 (or 0x520042) is known color: Tyrian Purple. HEX triplet: 52, 00 and 42. RGB value is (82,0,66). Sum of RGB (Red+Green+Blue) = 82+0+66=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #520042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520042 is #ADFFBD. Grayscale: #1F1F1F. Windows color (decimal): -11403198 or 4325458. OLE color: 4325458.

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

Color convert

RGB 82 0 66 -
CMYK 0 1 0.20 0.68
HSL 311.71º 1% 0.16% -
HSV(B) 311.71º 1% 0.32% -
XYZ 4.46 2.19 5.34 -
YUV 32.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 82 0 66 0 1 0.20 0.68 311.71 1 0.16
Hex 52 0 42 0 64 14 44 138 64 10
Octal 122 0 102 0 144 24 104 470 144 20
Binary 1010010 0 1000010 0 1100100 10100 1000100 100111000 1100100 10000

Color Harmonies of #520042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520042

Black with #520042

Text Example


Text Example

White with #520042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520042; }

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

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

background-color css

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

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

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

border-color css

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

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

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