Html Css Color HEX #531550 Hot Purple

📋 copy color: '#531550'

red 83 ◦ green 21 ◦ blue 80

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

Shades of Hot Purple #531550

Tints of Hot Purple #531550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

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

R = 45.11%
G = 11.41%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#531550 (or 0x531550) is known color: Hot Purple. HEX triplet: 53, 15 and 50. RGB value is (83,21,80). Sum of RGB (Red+Green+Blue) = 83+21+80=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531550 is #ACEAAF. Grayscale: #2E2E2E. Windows color (decimal): -11332272 or 5248339. OLE color: 5248339.

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

Color convert

RGB 83 21 80 -
CMYK 0 0.75 0.04 0.67
HSL 302.9º 0.6% 0.2% -
HSV(B) 302.9º 0.75% 0.33% -
XYZ 5.28 2.95 7.88 -
YUV 46.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 83 21 80 0 0.75 0.04 0.67 302.9 0.6 0.2
Hex 53 15 50 0 4B 4 43 12F 3C 14
Octal 123 25 120 0 113 4 103 457 74 24
Binary 1010011 10101 1010000 0 1001011 100 1000011 100101111 111100 10100

Color Harmonies of #531550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531550

Black with #531550

Text Example


Text Example

White with #531550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531550; }

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

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

background-color css

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

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

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

border-color css

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

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

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