Html Css Color HEX #531F53 Hot Purple

📋 copy color: '#531F53'

red 83 ◦ green 31 ◦ blue 83

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

Shades of Hot Purple #531F53

Tints of Hot Purple #531F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.74%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 42.13%
G = 15.74%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531F53 (or 0x531F53) is known color: Hot Purple. HEX triplet: 53, 1F and 53. RGB value is (83,31,83). Sum of RGB (Red+Green+Blue) = 83+31+83=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F53 is #ACE0AC. Grayscale: #343434. Windows color (decimal): -11329709 or 5447507. OLE color: 5447507.

HSL color Cylindrical-coordinate representation of color #531F53: hue angle of 300º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F53 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 31 83 -
CMYK 0 0.63 0 0.67
HSL 300º 0.46% 0.22% -
HSV(B) 300º 0.63% 0.33% -
XYZ 5.62 3.44 8.55 -
YUV 52.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 83 31 83 0 0.63 0 0.67 300 0.46 0.22
Hex 53 1F 53 0 3F 0 43 12C 2E 16
Octal 123 37 123 0 77 0 103 454 56 26
Binary 1010011 11111 1010011 0 111111 0 1000011 100101100 101110 10110

Color Harmonies of #531F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F53

Black with #531F53

Text Example


Text Example

White with #531F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531F53; }

 p { color: rgb(83,31,83); }

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

background-color css

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

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

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

border-color css

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

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

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