Html Css Color HEX #531359 Hot Purple

📋 copy color: '#531359'

red 83 ◦ green 19 ◦ blue 89

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

Shades of Hot Purple #531359

Tints of Hot Purple #531359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

 BLUE value IS 89 (35.16% from 255) = 46.6%

R = 43.46%
G = 9.95%
B = 46.6%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#531359 (or 0x531359) is known color: Hot Purple. HEX triplet: 53, 13 and 59. RGB value is (83,19,89). Sum of RGB (Red+Green+Blue) = 83+19+89=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #531359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531359 is #ACECA6. Grayscale: #2D2D2D. Windows color (decimal): -11332775 or 5837651. OLE color: 5837651.

HSL color Cylindrical-coordinate representation of color #531359: hue angle of 294.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531359 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 19 89 -
CMYK 0.07 0.79 0 0.65
HSL 294.86º 0.65% 0.21% -
HSV(B) 294.86º 0.79% 0.35% -
XYZ 5.6 3.03 9.74 -
YUV 46.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 83 19 89 0.07 0.79 0 0.65 294.86 0.65 0.21
Hex 53 13 59 7 4F 0 41 127 41 15
Octal 123 23 131 7 117 0 101 447 101 25
Binary 1010011 10011 1011001 111 1001111 0 1000001 100100111 1000001 10101

Color Harmonies of #531359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531359

Black with #531359

Text Example


Text Example

White with #531359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531359; }

 p { color: rgb(83,19,89); }

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

background-color css

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

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

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

border-color css

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

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

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