Html Css Color HEX #531151 Hot Purple

📋 copy color: '#531151'

red 83 ◦ green 17 ◦ blue 81

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

Shades of Hot Purple #531151

Tints of Hot Purple #531151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

 BLUE value IS 81 (32.03% from 255) = 44.75%

R = 45.86%
G = 9.39%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#531151 (or 0x531151) is known color: Hot Purple. HEX triplet: 53, 11 and 51. RGB value is (83,17,81). Sum of RGB (Red+Green+Blue) = 83+17+81=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531151 is #ACEEAE. Grayscale: #2B2B2B. Windows color (decimal): -11333295 or 5312851. OLE color: 5312851.

HSL color Cylindrical-coordinate representation of color #531151: hue angle of 301.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531151 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 81 -
CMYK 0 0.80 0.02 0.67
HSL 301.82º 0.66% 0.2% -
HSV(B) 301.82º 0.8% 0.33% -
XYZ 5.25 2.83 8.05 -
YUV 44.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 83 17 81 0 0.80 0.02 0.67 301.82 0.66 0.2
Hex 53 11 51 0 50 2 43 12E 42 14
Octal 123 21 121 0 120 2 103 456 102 24
Binary 1010011 10001 1010001 0 1010000 10 1000011 100101110 1000010 10100

Color Harmonies of #531151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531151

Black with #531151

Text Example


Text Example

White with #531151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531151; }

 p { color: rgb(83,17,81); }

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

background-color css

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

 a { background-color: rgb(83,17,81); }

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

border-color css

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

 span { border-color: rgb(83,17,81); }

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