Html Css Color HEX #520231 Tyrian Purple

📋 copy color: '#520231'

red 82 ◦ green 2 ◦ blue 49

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

Shades of Tyrian Purple #520231

Tints of Tyrian Purple #520231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.84%

R = 61.65%
G = 1.5%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#520231 (or 0x520231) is known color: Tyrian Purple. HEX triplet: 52, 02 and 31. RGB value is (82,2,49). Sum of RGB (Red+Green+Blue) = 82+2+49=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #520231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520231 is #ADFDCE. Grayscale: #1F1F1F. Windows color (decimal): -11402703 or 3211858. OLE color: 3211858.

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

Color convert

RGB 82 2 49 -
CMYK 0 0.98 0.40 0.68
HSL 324.75º 0.95% 0.16% -
HSV(B) 324.75º 0.98% 0.32% -
XYZ 4.06 2.06 3.09 -
YUV 31.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 82 2 49 0 0.98 0.40 0.68 324.75 0.95 0.16
Hex 52 2 31 0 62 28 44 145 5F 10
Octal 122 2 61 0 142 50 104 505 137 20
Binary 1010010 10 110001 0 1100010 101000 1000100 101000101 1011111 10000

Color Harmonies of #520231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520231

Black with #520231

Text Example


Text Example

White with #520231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520231; }

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

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

background-color css

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

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

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

border-color css

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

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

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