Html Css Color HEX #5B40BA Purple Heart

📋 copy color: '#5B40BA'

red 91 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #5B40BA

Tints of Purple Heart #5B40BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.77%

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 26.69%
G = 18.77%
B = 54.55%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B40BA (or 0x5B40BA) is known color: Purple Heart. HEX triplet: 5B, 40 and BA. RGB value is (91,64,186). Sum of RGB (Red+Green+Blue) = 91+64+186=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B40BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B40BA is #A4BF45. Grayscale: #555555. Windows color (decimal): -10796870 or 12206171. OLE color: 12206171.

HSL color Cylindrical-coordinate representation of color #5B40BA: hue angle of 253.28º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B40BA is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 64 186 -
CMYK 0.51 0.66 0 0.27
HSL 253.28º 0.49% 0.49% -
HSV(B) 253.28º 0.66% 0.73% -
XYZ 15.01 9.44 47.48 -
YUV 85.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 91 64 186 0.51 0.66 0 0.27 253.28 0.49 0.49
Hex 5B 40 BA 33 42 0 1B FD 31 31
Octal 133 100 272 63 102 0 33 375 61 61
Binary 1011011 1000000 10111010 110011 1000010 0 11011 11111101 110001 110001

Color Harmonies of #5B40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B40BA

Black with #5B40BA

Text Example


Text Example

White with #5B40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,64,186); }

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

background-color css

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

 a { background-color: rgb(91,64,186); }

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

border-color css

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

 span { border-color: rgb(91,64,186); }

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