Html Css Color HEX #5840BB Purple Heart

📋 copy color: '#5840BB'

red 88 ◦ green 64 ◦ blue 187

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

Shades of Purple Heart #5840BB

Tints of Purple Heart #5840BB

RGB

 RED value IS 88 (34.77% from 255) = 25.96%

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

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 25.96%
G = 18.88%
B = 55.16%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5840BB (or 0x5840BB) is known color: Purple Heart. HEX triplet: 58, 40 and BB. RGB value is (88,64,187). Sum of RGB (Red+Green+Blue) = 88+64+187=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #5840BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5840BB is #A7BF44. Grayscale: #545454. Windows color (decimal): -10993477 or 12271704. OLE color: 12271704.

HSL color Cylindrical-coordinate representation of color #5840BB: hue angle of 251.71º 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 #5840BB is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 64 187 -
CMYK 0.53 0.66 0 0.27
HSL 251.71º 0.49% 0.49% -
HSV(B) 251.71º 0.66% 0.73% -
XYZ 14.83 9.33 48.03 -
YUV 85.2 185.45 130 -
System Red Green Blue C M Y K H S L
Decimal 88 64 187 0.53 0.66 0 0.27 251.71 0.49 0.49
Hex 58 40 BB 35 42 0 1B FC 31 31
Octal 130 100 273 65 102 0 33 374 61 61
Binary 1011000 1000000 10111011 110101 1000010 0 11011 11111100 110001 110001

Color Harmonies of #5840BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5840BB

Black with #5840BB

Text Example


Text Example

White with #5840BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5840BB; }

 p { color: rgb(88,64,187); }

 H1.HeaderClassName
 {
   color: #5840BB;
 }
 .AnyTagClassName
 {
   color: #5840BB;
 }
</style>

background-color css

<style>
 a { background-color: #5840BB; }

 a { background-color: rgb(88,64,187); }

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

border-color css

<style>
 span { border-color: #5840BB; }

 span { border-color: rgb(88,64,187); }

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