Html Css Color HEX #531242 Tyrian Purple

📋 copy color: '#531242'

red 83 ◦ green 18 ◦ blue 66

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

Shades of Tyrian Purple #531242

Tints of Tyrian Purple #531242

RGB

 RED value IS 83 (32.81% from 255) = 49.7%

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 66 (26.17% from 255) = 39.52%

R = 49.7%
G = 10.78%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#531242 (or 0x531242) is known color: Tyrian Purple. HEX triplet: 53, 12 and 42. RGB value is (83,18,66). Sum of RGB (Red+Green+Blue) = 83+18+66=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #531242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531242 is #ACEDBD. Grayscale: #2A2A2A. Windows color (decimal): -11333054 or 4330067. OLE color: 4330067.

HSL color Cylindrical-coordinate representation of color #531242: hue angle of 315.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531242 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 66 -
CMYK 0 0.78 0.20 0.67
HSL 315.69º 0.64% 0.2% -
HSV(B) 315.69º 0.78% 0.33% -
XYZ 4.77 2.66 5.42 -
YUV 42.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 83 18 66 0 0.78 0.20 0.67 315.69 0.64 0.2
Hex 53 12 42 0 4E 14 43 13C 40 14
Octal 123 22 102 0 116 24 103 474 100 24
Binary 1010011 10010 1000010 0 1001110 10100 1000011 100111100 1000000 10100

Color Harmonies of #531242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531242

Black with #531242

Text Example


Text Example

White with #531242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531242; }

 p { color: rgb(83,18,66); }

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

background-color css

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

 a { background-color: rgb(83,18,66); }

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

border-color css

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

 span { border-color: rgb(83,18,66); }

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