Html Css Color HEX #531250 Hot Purple

📋 copy color: '#531250'

red 83 ◦ green 18 ◦ blue 80

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

Shades of Hot Purple #531250

Tints of Hot Purple #531250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 45.86%
G = 9.94%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#531250 (or 0x531250) is known color: Hot Purple. HEX triplet: 53, 12 and 50. RGB value is (83,18,80). Sum of RGB (Red+Green+Blue) = 83+18+80=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531250 is #ACEDAF. Grayscale: #2C2C2C. Windows color (decimal): -11333040 or 5247571. OLE color: 5247571.

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

Color convert

RGB 83 18 80 -
CMYK 0 0.78 0.04 0.67
HSL 302.77º 0.64% 0.2% -
HSV(B) 302.77º 0.78% 0.33% -
XYZ 5.23 2.85 7.86 -
YUV 44.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 83 18 80 0 0.78 0.04 0.67 302.77 0.64 0.2
Hex 53 12 50 0 4E 4 43 12F 40 14
Octal 123 22 120 0 116 4 103 457 100 24
Binary 1010011 10010 1010000 0 1001110 100 1000011 100101111 1000000 10100

Color Harmonies of #531250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531250

Black with #531250

Text Example


Text Example

White with #531250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531250; }

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

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

background-color css

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

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

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

border-color css

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

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

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