Html Css Color HEX #52034D Tyrian Purple

📋 copy color: '#52034D'

red 82 ◦ green 3 ◦ blue 77

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

Shades of Tyrian Purple #52034D

Tints of Tyrian Purple #52034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

 BLUE value IS 77 (30.47% from 255) = 47.53%

R = 50.62%
G = 1.85%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#52034D (or 0x52034D) is known color: Tyrian Purple. HEX triplet: 52, 03 and 4D. RGB value is (82,3,77). Sum of RGB (Red+Green+Blue) = 82+3+77=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52034D is #ADFCB2. Grayscale: #222222. Windows color (decimal): -11402419 or 5047122. OLE color: 5047122.

HSL color Cylindrical-coordinate representation of color #52034D: hue angle of 303.8º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52034D is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 77 -
CMYK 0 0.96 0.06 0.68
HSL 303.8º 0.93% 0.17% -
HSV(B) 303.8º 0.96% 0.32% -
XYZ 4.85 2.39 7.23 -
YUV 35.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 82 3 77 0 0.96 0.06 0.68 303.8 0.93 0.17
Hex 52 3 4D 0 60 6 44 130 5D 11
Octal 122 3 115 0 140 6 104 460 135 21
Binary 1010010 11 1001101 0 1100000 110 1000100 100110000 1011101 10001

Color Harmonies of #52034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52034D

Black with #52034D

Text Example


Text Example

White with #52034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52034D; }

 p { color: rgb(82,3,77); }

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

background-color css

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

 a { background-color: rgb(82,3,77); }

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

border-color css

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

 span { border-color: rgb(82,3,77); }

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