Html Css Color HEX #531751 Hot Purple

📋 copy color: '#531751'

red 83 ◦ green 23 ◦ blue 81

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

Shades of Hot Purple #531751

Tints of Hot Purple #531751

RGB

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

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

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

R = 44.39%
G = 12.3%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#531751 (or 0x531751) is known color: Hot Purple. HEX triplet: 53, 17 and 51. RGB value is (83,23,81). Sum of RGB (Red+Green+Blue) = 83+23+81=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #531751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531751 is #ACE8AE. Grayscale: #2F2F2F. Windows color (decimal): -11331759 or 5314387. OLE color: 5314387.

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

Color convert

RGB 83 23 81 -
CMYK 0 0.72 0.02 0.67
HSL 302º 0.57% 0.21% -
HSV(B) 302º 0.72% 0.33% -
XYZ 5.36 3.05 8.09 -
YUV 47.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 83 23 81 0 0.72 0.02 0.67 302 0.57 0.21
Hex 53 17 51 0 48 2 43 12E 39 15
Octal 123 27 121 0 110 2 103 456 71 25
Binary 1010011 10111 1010001 0 1001000 10 1000011 100101110 111001 10101

Color Harmonies of #531751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531751

Black with #531751

Text Example


Text Example

White with #531751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531751; }

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

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

background-color css

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

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

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

border-color css

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

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

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