Html Css Color HEX #531753 Hot Purple

📋 copy color: '#531753'

red 83 ◦ green 23 ◦ blue 83

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

Shades of Hot Purple #531753

Tints of Hot Purple #531753

RGB

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

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

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

R = 43.92%
G = 12.17%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531753 (or 0x531753) is known color: Hot Purple. HEX triplet: 53, 17 and 53. RGB value is (83,23,83). Sum of RGB (Red+Green+Blue) = 83+23+83=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531753 is #ACE8AC. Grayscale: #2F2F2F. Windows color (decimal): -11331757 or 5445459. OLE color: 5445459.

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

Color convert

RGB 83 23 83 -
CMYK 0 0.72 0 0.67
HSL 300º 0.57% 0.21% -
HSV(B) 300º 0.72% 0.33% -
XYZ 5.44 3.08 8.49 -
YUV 47.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 83 23 83 0 0.72 0 0.67 300 0.57 0.21
Hex 53 17 53 0 48 0 43 12C 39 15
Octal 123 27 123 0 110 0 103 454 71 25
Binary 1010011 10111 1010011 0 1001000 0 1000011 100101100 111001 10101

Color Harmonies of #531753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531753

Black with #531753

Text Example


Text Example

White with #531753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531753; }

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

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

background-color css

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

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

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

border-color css

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

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

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