Html Css Color HEX #531451 Hot Purple

📋 copy color: '#531451'

red 83 ◦ green 20 ◦ blue 81

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

Shades of Hot Purple #531451

Tints of Hot Purple #531451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 45.11%
G = 10.87%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#531451 (or 0x531451) is known color: Hot Purple. HEX triplet: 53, 14 and 51. RGB value is (83,20,81). Sum of RGB (Red+Green+Blue) = 83+20+81=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531451 is #ACEBAE. Grayscale: #2D2D2D. Windows color (decimal): -11332527 or 5313619. OLE color: 5313619.

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

Color convert

RGB 83 20 81 -
CMYK 0 0.76 0.02 0.67
HSL 301.9º 0.61% 0.2% -
HSV(B) 301.9º 0.76% 0.33% -
XYZ 5.3 2.93 8.07 -
YUV 45.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 83 20 81 0 0.76 0.02 0.67 301.9 0.61 0.2
Hex 53 14 51 0 4C 2 43 12E 3D 14
Octal 123 24 121 0 114 2 103 456 75 24
Binary 1010011 10100 1010001 0 1001100 10 1000011 100101110 111101 10100

Color Harmonies of #531451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531451

Black with #531451

Text Example


Text Example

White with #531451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531451; }

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

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

background-color css

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

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

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

border-color css

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

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

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