Html Css Color HEX #52014F Tyrian Purple

📋 copy color: '#52014F'

red 82 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #52014F

Tints of Tyrian Purple #52014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 79 (31.25% from 255) = 48.77%

R = 50.62%
G = 0.62%
B = 48.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52014F (or 0x52014F) is known color: Tyrian Purple. HEX triplet: 52, 01 and 4F. RGB value is (82,1,79). Sum of RGB (Red+Green+Blue) = 82+1+79=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52014F is #ADFEB0. Grayscale: #212121. Windows color (decimal): -11402929 or 5177682. OLE color: 5177682.

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

Color convert

RGB 82 1 79 -
CMYK 0 0.99 0.04 0.68
HSL 302.22º 0.98% 0.16% -
HSV(B) 302.22º 0.99% 0.32% -
XYZ 4.9 2.38 7.6 -
YUV 34.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 82 1 79 0 0.99 0.04 0.68 302.22 0.98 0.16
Hex 52 1 4F 0 63 4 44 12E 62 10
Octal 122 1 117 0 143 4 104 456 142 20
Binary 1010010 1 1001111 0 1100011 100 1000100 100101110 1100010 10000

Color Harmonies of #52014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52014F

Black with #52014F

Text Example


Text Example

White with #52014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52014F; }

 p { color: rgb(82,1,79); }

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

background-color css

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

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

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

border-color css

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

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

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