Html Css Color HEX #52034F Tyrian Purple

📋 copy color: '#52034F'

red 82 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #52034F

Tints of Tyrian Purple #52034F

RGB

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

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

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

R = 50%
G = 1.83%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52034F (or 0x52034F) is known color: Tyrian Purple. HEX triplet: 52, 03 and 4F. RGB value is (82,3,79). Sum of RGB (Red+Green+Blue) = 82+3+79=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52034F is #ADFCB0. Grayscale: #232323. Windows color (decimal): -11402417 or 5178194. OLE color: 5178194.

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

Color convert

RGB 82 3 79 -
CMYK 0 0.96 0.04 0.68
HSL 302.28º 0.93% 0.17% -
HSV(B) 302.28º 0.96% 0.32% -
XYZ 4.92 2.42 7.61 -
YUV 35.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 82 3 79 0 0.96 0.04 0.68 302.28 0.93 0.17
Hex 52 3 4F 0 60 4 44 12E 5D 11
Octal 122 3 117 0 140 4 104 456 135 21
Binary 1010010 11 1001111 0 1100000 100 1000100 100101110 1011101 10001

Color Harmonies of #52034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52034F

Black with #52034F

Text Example


Text Example

White with #52034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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