Html Css Color HEX #530131 Tyrian Purple

📋 copy color: '#530131'

red 83 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #530131

Tints of Tyrian Purple #530131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 62.41%
G = 0.75%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#530131 (or 0x530131) is known color: Tyrian Purple. HEX triplet: 53, 01 and 31. RGB value is (83,1,49). Sum of RGB (Red+Green+Blue) = 83+1+49=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530131 is #ACFECE. Grayscale: #1E1E1E. Windows color (decimal): -11337423 or 3211603. OLE color: 3211603.

HSL color Cylindrical-coordinate representation of color #530131: hue angle of 324.88º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530131 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 1 49 -
CMYK 0 0.99 0.41 0.67
HSL 324.88º 0.98% 0.16% -
HSV(B) 324.88º 0.99% 0.33% -
XYZ 4.13 2.08 3.09 -
YUV 30.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 83 1 49 0 0.99 0.41 0.67 324.88 0.98 0.16
Hex 53 1 31 0 63 29 43 145 62 10
Octal 123 1 61 0 143 51 103 505 142 20
Binary 1010011 1 110001 0 1100011 101001 1000011 101000101 1100010 10000

Color Harmonies of #530131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530131

Black with #530131

Text Example


Text Example

White with #530131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530131; }

 p { color: rgb(83,1,49); }

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

background-color css

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

 a { background-color: rgb(83,1,49); }

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

border-color css

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

 span { border-color: rgb(83,1,49); }

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