Html Css Color HEX #531953 Hot Purple

📋 copy color: '#531953'

red 83 ◦ green 25 ◦ blue 83

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

Shades of Hot Purple #531953

Tints of Hot Purple #531953

RGB

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

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

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

R = 43.46%
G = 13.09%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531953 (or 0x531953) is known color: Hot Purple. HEX triplet: 53, 19 and 53. RGB value is (83,25,83). Sum of RGB (Red+Green+Blue) = 83+25+83=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531953 is #ACE6AC. Grayscale: #303030. Windows color (decimal): -11331245 or 5445971. OLE color: 5445971.

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

Color convert

RGB 83 25 83 -
CMYK 0 0.70 0 0.67
HSL 300º 0.54% 0.21% -
HSV(B) 300º 0.7% 0.33% -
XYZ 5.48 3.16 8.5 -
YUV 48.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 83 25 83 0 0.70 0 0.67 300 0.54 0.21
Hex 53 19 53 0 46 0 43 12C 36 15
Octal 123 31 123 0 106 0 103 454 66 25
Binary 1010011 11001 1010011 0 1000110 0 1000011 100101100 110110 10101

Color Harmonies of #531953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531953

Black with #531953

Text Example


Text Example

White with #531953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531953; }

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

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

background-color css

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

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

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

border-color css

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

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

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