Html Css Color HEX #531551 Hot Purple

📋 copy color: '#531551'

red 83 ◦ green 21 ◦ blue 81

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

Shades of Hot Purple #531551

Tints of Hot Purple #531551

RGB

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

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

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

R = 44.86%
G = 11.35%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#531551 (or 0x531551) is known color: Hot Purple. HEX triplet: 53, 15 and 51. RGB value is (83,21,81). Sum of RGB (Red+Green+Blue) = 83+21+81=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #531551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531551 is #ACEAAE. Grayscale: #2E2E2E. Windows color (decimal): -11332271 or 5313875. OLE color: 5313875.

HSL color Cylindrical-coordinate representation of color #531551: hue angle of 301.94º 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 #531551 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 81 -
CMYK 0 0.75 0.02 0.67
HSL 301.94º 0.6% 0.2% -
HSV(B) 301.94º 0.75% 0.33% -
XYZ 5.32 2.97 8.08 -
YUV 46.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 83 21 81 0 0.75 0.02 0.67 301.94 0.6 0.2
Hex 53 15 51 0 4B 2 43 12E 3C 14
Octal 123 25 121 0 113 2 103 456 74 24
Binary 1010011 10101 1010001 0 1001011 10 1000011 100101110 111100 10100

Color Harmonies of #531551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531551

Black with #531551

Text Example


Text Example

White with #531551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531551; }

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

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

background-color css

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

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

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

border-color css

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

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

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