Html Css Color HEX #520236 Tyrian Purple

📋 copy color: '#520236'

red 82 ◦ green 2 ◦ blue 54

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

Shades of Tyrian Purple #520236

Tints of Tyrian Purple #520236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 54 (21.48% from 255) = 39.13%

R = 59.42%
G = 1.45%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#520236 (or 0x520236) is known color: Tyrian Purple. HEX triplet: 52, 02 and 36. RGB value is (82,2,54). Sum of RGB (Red+Green+Blue) = 82+2+54=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #520236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520236 is #ADFDC9. Grayscale: #1F1F1F. Windows color (decimal): -11402698 or 3539538. OLE color: 3539538.

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

Color convert

RGB 82 2 54 -
CMYK 0 0.98 0.34 0.68
HSL 321º 0.95% 0.16% -
HSV(B) 321º 0.98% 0.32% -
XYZ 4.17 2.1 3.68 -
YUV 31.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 82 2 54 0 0.98 0.34 0.68 321 0.95 0.16
Hex 52 2 36 0 62 22 44 141 5F 10
Octal 122 2 66 0 142 42 104 501 137 20
Binary 1010010 10 110110 0 1100010 100010 1000100 101000001 1011111 10000

Color Harmonies of #520236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520236

Black with #520236

Text Example


Text Example

White with #520236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520236; }

 p { color: rgb(82,2,54); }

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

background-color css

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

 a { background-color: rgb(82,2,54); }

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

border-color css

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

 span { border-color: rgb(82,2,54); }

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