Html Css Color HEX #531756 Hot Purple

📋 copy color: '#531756'

red 83 ◦ green 23 ◦ blue 86

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

Shades of Hot Purple #531756

Tints of Hot Purple #531756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 86 (33.98% from 255) = 44.79%

R = 43.23%
G = 11.98%
B = 44.79%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#531756 (or 0x531756) is known color: Hot Purple. HEX triplet: 53, 17 and 56. RGB value is (83,23,86). Sum of RGB (Red+Green+Blue) = 83+23+86=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #531756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531756 is #ACE8A9. Grayscale: #2F2F2F. Windows color (decimal): -11331754 or 5642067. OLE color: 5642067.

HSL color Cylindrical-coordinate representation of color #531756: hue angle of 297.14º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531756 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 23 86 -
CMYK 0.03 0.73 0 0.66
HSL 297.14º 0.58% 0.21% -
HSV(B) 297.14º 0.73% 0.34% -
XYZ 5.55 3.12 9.11 -
YUV 48.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 83 23 86 0.03 0.73 0 0.66 297.14 0.58 0.21
Hex 53 17 56 3 49 0 42 129 3A 15
Octal 123 27 126 3 111 0 102 451 72 25
Binary 1010011 10111 1010110 11 1001001 0 1000010 100101001 111010 10101

Color Harmonies of #531756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531756

Black with #531756

Text Example


Text Example

White with #531756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531756; }

 p { color: rgb(83,23,86); }

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

background-color css

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

 a { background-color: rgb(83,23,86); }

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

border-color css

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

 span { border-color: rgb(83,23,86); }

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