Html Css Color HEX #531253 Hot Purple

📋 copy color: '#531253'

red 83 ◦ green 18 ◦ blue 83

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

Shades of Hot Purple #531253

Tints of Hot Purple #531253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

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

R = 45.11%
G = 9.78%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531253 (or 0x531253) is known color: Hot Purple. HEX triplet: 53, 12 and 53. RGB value is (83,18,83). Sum of RGB (Red+Green+Blue) = 83+18+83=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531253 is #ACEDAC. Grayscale: #2C2C2C. Windows color (decimal): -11333037 or 5444179. OLE color: 5444179.

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

Color convert

RGB 83 18 83 -
CMYK 0 0.78 0 0.67
HSL 300º 0.64% 0.2% -
HSV(B) 300º 0.78% 0.33% -
XYZ 5.34 2.9 8.46 -
YUV 44.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 83 18 83 0 0.78 0 0.67 300 0.64 0.2
Hex 53 12 53 0 4E 0 43 12C 40 14
Octal 123 22 123 0 116 0 103 454 100 24
Binary 1010011 10010 1010011 0 1001110 0 1000011 100101100 1000000 10100

Color Harmonies of #531253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531253

Black with #531253

Text Example


Text Example

White with #531253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531253; }

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

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

background-color css

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

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

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

border-color css

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

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

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