Html Css Color HEX #531957 Hot Purple

📋 copy color: '#531957'

red 83 ◦ green 25 ◦ blue 87

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

Shades of Hot Purple #531957

Tints of Hot Purple #531957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

 BLUE value IS 87 (34.38% from 255) = 44.62%

R = 42.56%
G = 12.82%
B = 44.62%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#531957 (or 0x531957) is known color: Hot Purple. HEX triplet: 53, 19 and 57. RGB value is (83,25,87). Sum of RGB (Red+Green+Blue) = 83+25+87=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #531957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531957 is #ACE6A8. Grayscale: #313131. Windows color (decimal): -11331241 or 5708115. OLE color: 5708115.

HSL color Cylindrical-coordinate representation of color #531957: hue angle of 296.13º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531957 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 25 87 -
CMYK 0.05 0.71 0 0.66
HSL 296.13º 0.55% 0.22% -
HSV(B) 296.13º 0.71% 0.34% -
XYZ 5.64 3.22 9.34 -
YUV 49.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 83 25 87 0.05 0.71 0 0.66 296.13 0.55 0.22
Hex 53 19 57 5 47 0 42 128 37 16
Octal 123 31 127 5 107 0 102 450 67 26
Binary 1010011 11001 1010111 101 1000111 0 1000010 100101000 110111 10110

Color Harmonies of #531957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531957

Black with #531957

Text Example


Text Example

White with #531957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531957; }

 p { color: rgb(83,25,87); }

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

background-color css

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

 a { background-color: rgb(83,25,87); }

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

border-color css

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

 span { border-color: rgb(83,25,87); }

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