Html Css Color HEX #5B31AC Purple Heart

📋 copy color: '#5B31AC'

red 91 ◦ green 49 ◦ blue 172

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

Shades of Purple Heart #5B31AC

Tints of Purple Heart #5B31AC

RGB

 RED value IS 91 (35.94% from 255) = 29.17%

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 29.17%
G = 15.71%
B = 55.13%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B31AC (or 0x5B31AC) is known color: Purple Heart. HEX triplet: 5B, 31 and AC. RGB value is (91,49,172). Sum of RGB (Red+Green+Blue) = 91+49+172=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B31AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B31AC is #A4CE53. Grayscale: #4B4B4B. Windows color (decimal): -10800724 or 11284827. OLE color: 11284827.

HSL color Cylindrical-coordinate representation of color #5B31AC: hue angle of 260.49º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B31AC is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 49 172 -
CMYK 0.47 0.72 0 0.33
HSL 260.49º 0.56% 0.43% -
HSV(B) 260.49º 0.72% 0.67% -
XYZ 12.86 7.4 39.78 -
YUV 75.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 91 49 172 0.47 0.72 0 0.33 260.49 0.56 0.43
Hex 5B 31 AC 2F 48 0 21 104 38 2B
Octal 133 61 254 57 110 0 41 404 70 53
Binary 1011011 110001 10101100 101111 1001000 0 100001 100000100 111000 101011

Color Harmonies of #5B31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B31AC

Black with #5B31AC

Text Example


Text Example

White with #5B31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B31AC; }

 p { color: rgb(91,49,172); }

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

background-color css

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

 a { background-color: rgb(91,49,172); }

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

border-color css

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

 span { border-color: rgb(91,49,172); }

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