Html Css Color HEX #5840BA Purple Heart

📋 copy color: '#5840BA'

red 88 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #5840BA

Tints of Purple Heart #5840BA

RGB

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

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

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

R = 26.04%
G = 18.93%
B = 55.03%

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

#5840BA (or 0x5840BA) is known color: Purple Heart. HEX triplet: 58, 40 and BA. RGB value is (88,64,186). Sum of RGB (Red+Green+Blue) = 88+64+186=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #5840BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5840BA is #A7BF45. Grayscale: #545454. Windows color (decimal): -10993478 or 12206168. OLE color: 12206168.

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

Color convert

RGB 88 64 186 -
CMYK 0.53 0.66 0 0.27
HSL 251.8º 0.49% 0.49% -
HSV(B) 251.8º 0.66% 0.73% -
XYZ 14.72 9.29 47.47 -
YUV 85.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 88 64 186 0.53 0.66 0 0.27 251.8 0.49 0.49
Hex 58 40 BA 35 42 0 1B FC 31 31
Octal 130 100 272 65 102 0 33 374 61 61
Binary 1011000 1000000 10111010 110101 1000010 0 11011 11111100 110001 110001

Color Harmonies of #5840BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5840BA

Black with #5840BA

Text Example


Text Example

White with #5840BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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