Html Css Color HEX #531B5A Hot Purple

📋 copy color: '#531B5A'

red 83 ◦ green 27 ◦ blue 90

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

Shades of Hot Purple #531B5A

Tints of Hot Purple #531B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.5%

 BLUE value IS 90 (35.55% from 255) = 45%

R = 41.5%
G = 13.5%
B = 45%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#531B5A (or 0x531B5A) is known color: Hot Purple. HEX triplet: 53, 1B and 5A. RGB value is (83,27,90). Sum of RGB (Red+Green+Blue) = 83+27+90=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #531B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B5A is #ACE4A5. Grayscale: #323232. Windows color (decimal): -11330726 or 5905235. OLE color: 5905235.

HSL color Cylindrical-coordinate representation of color #531B5A: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531B5A is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 27 90 -
CMYK 0.08 0.70 0 0.65
HSL 293.33º 0.54% 0.23% -
HSV(B) 293.33º 0.7% 0.35% -
XYZ 5.8 3.36 10.02 -
YUV 50.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 83 27 90 0.08 0.70 0 0.65 293.33 0.54 0.23
Hex 53 1B 5A 8 46 0 41 125 36 17
Octal 123 33 132 10 106 0 101 445 66 27
Binary 1010011 11011 1011010 1000 1000110 0 1000001 100100101 110110 10111

Color Harmonies of #531B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B5A

Black with #531B5A

Text Example


Text Example

White with #531B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531B5A; }

 p { color: rgb(83,27,90); }

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

background-color css

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

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

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

border-color css

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

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

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