Html Css Color HEX #531342 Tyrian Purple

📋 copy color: '#531342'

red 83 ◦ green 19 ◦ blue 66

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

Shades of Tyrian Purple #531342

Tints of Tyrian Purple #531342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 49.4%
G = 11.31%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#531342 (or 0x531342) is known color: Tyrian Purple. HEX triplet: 53, 13 and 42. RGB value is (83,19,66). Sum of RGB (Red+Green+Blue) = 83+19+66=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #531342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531342 is #ACECBD. Grayscale: #2B2B2B. Windows color (decimal): -11332798 or 4330323. OLE color: 4330323.

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

Color convert

RGB 83 19 66 -
CMYK 0 0.77 0.20 0.67
HSL 315.94º 0.63% 0.2% -
HSV(B) 315.94º 0.77% 0.33% -
XYZ 4.78 2.7 5.42 -
YUV 43.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 83 19 66 0 0.77 0.20 0.67 315.94 0.63 0.2
Hex 53 13 42 0 4D 14 43 13C 3F 14
Octal 123 23 102 0 115 24 103 474 77 24
Binary 1010011 10011 1000010 0 1001101 10100 1000011 100111100 111111 10100

Color Harmonies of #531342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531342

Black with #531342

Text Example


Text Example

White with #531342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531342; }

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

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

background-color css

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

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

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

border-color css

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

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

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