Html Css Color HEX #531754 Hot Purple

📋 copy color: '#531754'

red 83 ◦ green 23 ◦ blue 84

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

Shades of Hot Purple #531754

Tints of Hot Purple #531754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.21%

R = 43.68%
G = 12.11%
B = 44.21%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531754 (or 0x531754) is known color: Hot Purple. HEX triplet: 53, 17 and 54. RGB value is (83,23,84). Sum of RGB (Red+Green+Blue) = 83+23+84=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #531754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531754 is #ACE8AB. Grayscale: #2F2F2F. Windows color (decimal): -11331756 or 5510995. OLE color: 5510995.

HSL color Cylindrical-coordinate representation of color #531754: hue angle of 299.02º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531754 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 84 -
CMYK 0.01 0.73 0 0.67
HSL 299.02º 0.57% 0.21% -
HSV(B) 299.02º 0.73% 0.33% -
XYZ 5.47 3.09 8.7 -
YUV 47.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 83 23 84 0.01 0.73 0 0.67 299.02 0.57 0.21
Hex 53 17 54 1 49 0 43 12B 39 15
Octal 123 27 124 1 111 0 103 453 71 25
Binary 1010011 10111 1010100 1 1001001 0 1000011 100101011 111001 10101

Color Harmonies of #531754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531754

Black with #531754

Text Example


Text Example

White with #531754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531754; }

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

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

background-color css

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

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

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

border-color css

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

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

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