Html Css Color HEX #531750 Hot Purple

📋 copy color: '#531750'

red 83 ◦ green 23 ◦ blue 80

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

Shades of Hot Purple #531750

Tints of Hot Purple #531750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 44.62%
G = 12.37%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#531750 (or 0x531750) is known color: Hot Purple. HEX triplet: 53, 17 and 50. RGB value is (83,23,80). Sum of RGB (Red+Green+Blue) = 83+23+80=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #531750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531750 is #ACE8AF. Grayscale: #2F2F2F. Windows color (decimal): -11331760 or 5248851. OLE color: 5248851.

HSL color Cylindrical-coordinate representation of color #531750: hue angle of 303º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531750 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 80 -
CMYK 0 0.72 0.04 0.67
HSL 303º 0.57% 0.21% -
HSV(B) 303º 0.72% 0.33% -
XYZ 5.32 3.03 7.89 -
YUV 47.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 83 23 80 0 0.72 0.04 0.67 303 0.57 0.21
Hex 53 17 50 0 48 4 43 12F 39 15
Octal 123 27 120 0 110 4 103 457 71 25
Binary 1010011 10111 1010000 0 1001000 100 1000011 100101111 111001 10101

Color Harmonies of #531750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531750

Black with #531750

Text Example


Text Example

White with #531750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531750; }

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

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

background-color css

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

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

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

border-color css

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

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

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