Html Css Color HEX #530031 Tyrian Purple

📋 copy color: '#530031'

red 83 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #530031

Tints of Tyrian Purple #530031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.88%
G = 0%
B = 37.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#530031 (or 0x530031) is known color: Tyrian Purple. HEX triplet: 53, 00 and 31. RGB value is (83,0,49). Sum of RGB (Red+Green+Blue) = 83+0+49=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #530031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530031 is #ACFFCE. Grayscale: #1E1E1E. Windows color (decimal): -11337679 or 3211347. OLE color: 3211347.

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

Color convert

RGB 83 0 49 -
CMYK 0 1 0.41 0.67
HSL 324.58º 1% 0.16% -
HSV(B) 324.58º 1% 0.33% -
XYZ 4.12 2.06 3.09 -
YUV 30.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 83 0 49 0 1 0.41 0.67 324.58 1 0.16
Hex 53 0 31 0 64 29 43 145 64 10
Octal 123 0 61 0 144 51 103 505 144 20
Binary 1010011 0 110001 0 1100100 101001 1000011 101000101 1100100 10000

Color Harmonies of #530031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530031

Black with #530031

Text Example


Text Example

White with #530031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530031; }

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

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

background-color css

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

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

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

border-color css

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

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

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