Html Css Color HEX #5B40BC Purple Heart

📋 copy color: '#5B40BC'

red 91 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #5B40BC

Tints of Purple Heart #5B40BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 26.53%
G = 18.66%
B = 54.81%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B40BC (or 0x5B40BC) is known color: Purple Heart. HEX triplet: 5B, 40 and BC. RGB value is (91,64,188). Sum of RGB (Red+Green+Blue) = 91+64+188=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B40BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B40BC is #A4BF43. Grayscale: #555555. Windows color (decimal): -10796868 or 12337243. OLE color: 12337243.

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

Color convert

RGB 91 64 188 -
CMYK 0.52 0.66 0 0.26
HSL 253.06º 0.49% 0.49% -
HSV(B) 253.06º 0.66% 0.74% -
XYZ 15.22 9.52 48.61 -
YUV 86.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 91 64 188 0.52 0.66 0 0.26 253.06 0.49 0.49
Hex 5B 40 BC 34 42 0 1A FD 31 31
Octal 133 100 274 64 102 0 32 375 61 61
Binary 1011011 1000000 10111100 110100 1000010 0 11010 11111101 110001 110001

Color Harmonies of #5B40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B40BC

Black with #5B40BC

Text Example


Text Example

White with #5B40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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