Html Css Color HEX #52034A Tyrian Purple

📋 copy color: '#52034A'

red 82 ◦ green 3 ◦ blue 74

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

Shades of Tyrian Purple #52034A

Tints of Tyrian Purple #52034A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 46.54%

R = 51.57%
G = 1.89%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52034A (or 0x52034A) is known color: Tyrian Purple. HEX triplet: 52, 03 and 4A. RGB value is (82,3,74). Sum of RGB (Red+Green+Blue) = 82+3+74=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52034A is #ADFCB5. Grayscale: #222222. Windows color (decimal): -11402422 or 4850514. OLE color: 4850514.

HSL color Cylindrical-coordinate representation of color #52034A: hue angle of 306.08º 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 #52034A is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 74 -
CMYK 0 0.96 0.10 0.68
HSL 306.08º 0.93% 0.17% -
HSV(B) 306.08º 0.96% 0.32% -
XYZ 4.75 2.35 6.68 -
YUV 34.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 82 3 74 0 0.96 0.10 0.68 306.08 0.93 0.17
Hex 52 3 4A 0 60 A 44 132 5D 11
Octal 122 3 112 0 140 12 104 462 135 21
Binary 1010010 11 1001010 0 1100000 1010 1000100 100110010 1011101 10001

Color Harmonies of #52034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52034A

Black with #52034A

Text Example


Text Example

White with #52034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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