Html Css Color HEX #530531 Tyrian Purple

📋 copy color: '#530531'

red 83 ◦ green 5 ◦ blue 49

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

Shades of Tyrian Purple #530531

Tints of Tyrian Purple #530531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

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

R = 60.58%
G = 3.65%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#530531 (or 0x530531) is known color: Tyrian Purple. HEX triplet: 53, 05 and 31. RGB value is (83,5,49). Sum of RGB (Red+Green+Blue) = 83+5+49=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530531 is #ACFACE. Grayscale: #212121. Windows color (decimal): -11336399 or 3212627. OLE color: 3212627.

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

Color convert

RGB 83 5 49 -
CMYK 0 0.94 0.41 0.67
HSL 326.15º 0.89% 0.17% -
HSV(B) 326.15º 0.94% 0.33% -
XYZ 4.18 2.17 3.1 -
YUV 33.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 83 5 49 0 0.94 0.41 0.67 326.15 0.89 0.17
Hex 53 5 31 0 5E 29 43 146 59 11
Octal 123 5 61 0 136 51 103 506 131 21
Binary 1010011 101 110001 0 1011110 101001 1000011 101000110 1011001 10001

Color Harmonies of #530531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530531

Black with #530531

Text Example


Text Example

White with #530531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530531; }

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

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

background-color css

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

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

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

border-color css

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

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

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