Html Css Color HEX #520334 Tyrian Purple

📋 copy color: '#520334'

red 82 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #520334

Tints of Tyrian Purple #520334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 59.85%
G = 2.19%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#520334 (or 0x520334) is known color: Tyrian Purple. HEX triplet: 52, 03 and 34. RGB value is (82,3,52). Sum of RGB (Red+Green+Blue) = 82+3+52=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #520334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520334 is #ADFCCB. Grayscale: #202020. Windows color (decimal): -11402444 or 3408722. OLE color: 3408722.

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

Color convert

RGB 82 3 52 -
CMYK 0 0.96 0.37 0.68
HSL 322.78º 0.93% 0.17% -
HSV(B) 322.78º 0.96% 0.32% -
XYZ 4.13 2.11 3.44 -
YUV 32.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 82 3 52 0 0.96 0.37 0.68 322.78 0.93 0.17
Hex 52 3 34 0 60 25 44 143 5D 11
Octal 122 3 64 0 140 45 104 503 135 21
Binary 1010010 11 110100 0 1100000 100101 1000100 101000011 1011101 10001

Color Harmonies of #520334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520334

Black with #520334

Text Example


Text Example

White with #520334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520334; }

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

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

background-color css

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

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

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

border-color css

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

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

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