Html Css Color HEX #530431 Tyrian Purple

📋 copy color: '#530431'

red 83 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #530431

Tints of Tyrian Purple #530431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

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

R = 61.03%
G = 2.94%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#530431 (or 0x530431) is known color: Tyrian Purple. HEX triplet: 53, 04 and 31. RGB value is (83,4,49). Sum of RGB (Red+Green+Blue) = 83+4+49=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #530431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530431 is #ACFBCE. Grayscale: #202020. Windows color (decimal): -11336655 or 3212371. OLE color: 3212371.

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

Color convert

RGB 83 4 49 -
CMYK 0 0.95 0.41 0.67
HSL 325.82º 0.91% 0.17% -
HSV(B) 325.82º 0.95% 0.33% -
XYZ 4.17 2.15 3.1 -
YUV 32.75 137.17 163.84 -
System Red Green Blue C M Y K H S L
Decimal 83 4 49 0 0.95 0.41 0.67 325.82 0.91 0.17
Hex 53 4 31 0 5F 29 43 146 5B 11
Octal 123 4 61 0 137 51 103 506 133 21
Binary 1010011 100 110001 0 1011111 101001 1000011 101000110 1011011 10001

Color Harmonies of #530431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530431

Black with #530431

Text Example


Text Example

White with #530431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530431; }

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

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

background-color css

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

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

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

border-color css

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

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

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