Html Css Color HEX #5837BA Purple Heart

📋 copy color: '#5837BA'

red 88 ◦ green 55 ◦ blue 186

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

Shades of Purple Heart #5837BA

Tints of Purple Heart #5837BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 26.75%
G = 16.72%
B = 56.53%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5837BA (or 0x5837BA) is known color: Purple Heart. HEX triplet: 58, 37 and BA. RGB value is (88,55,186). Sum of RGB (Red+Green+Blue) = 88+55+186=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #5837BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5837BA is #A7C845. Grayscale: #4F4F4F. Windows color (decimal): -10995782 or 12203864. OLE color: 12203864.

HSL color Cylindrical-coordinate representation of color #5837BA: hue angle of 255.11º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5837BA is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 55 186 -
CMYK 0.53 0.70 0 0.27
HSL 255.11º 0.54% 0.47% -
HSV(B) 255.11º 0.7% 0.73% -
XYZ 14.25 8.35 47.32 -
YUV 79.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 88 55 186 0.53 0.70 0 0.27 255.11 0.54 0.47
Hex 58 37 BA 35 46 0 1B FF 36 2F
Octal 130 67 272 65 106 0 33 377 66 57
Binary 1011000 110111 10111010 110101 1000110 0 11011 11111111 110110 101111

Color Harmonies of #5837BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5837BA

Black with #5837BA

Text Example


Text Example

White with #5837BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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