Html Css Color HEX #5B40BE Purple Heart

📋 copy color: '#5B40BE'

red 91 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #5B40BE

Tints of Purple Heart #5B40BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 26.38%
G = 18.55%
B = 55.07%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B40BE (or 0x5B40BE) is known color: Purple Heart. HEX triplet: 5B, 40 and BE. RGB value is (91,64,190). Sum of RGB (Red+Green+Blue) = 91+64+190=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B40BE is #A4BF41. Grayscale: #555555. Windows color (decimal): -10796866 or 12468315. OLE color: 12468315.

HSL color Cylindrical-coordinate representation of color #5B40BE: hue angle of 252.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B40BE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 64 190 -
CMYK 0.52 0.66 0 0.25
HSL 252.86º 0.5% 0.5% -
HSV(B) 252.86º 0.66% 0.75% -
XYZ 15.44 9.61 49.76 -
YUV 86.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 91 64 190 0.52 0.66 0 0.25 252.86 0.5 0.5
Hex 5B 40 BE 34 42 0 19 FD 32 32
Octal 133 100 276 64 102 0 31 375 62 62
Binary 1011011 1000000 10111110 110100 1000010 0 11001 11111101 110010 110010

Color Harmonies of #5B40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B40BE

Black with #5B40BE

Text Example


Text Example

White with #5B40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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