Html Css Color HEX #5837BF Purple Heart

📋 copy color: '#5837BF'

red 88 ◦ green 55 ◦ blue 191

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

Shades of Purple Heart #5837BF

Tints of Purple Heart #5837BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 26.35%
G = 16.47%
B = 57.19%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5837BF (or 0x5837BF) is known color: Purple Heart. HEX triplet: 58, 37 and BF. RGB value is (88,55,191). Sum of RGB (Red+Green+Blue) = 88+55+191=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #5837BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5837BF is #A7C840. Grayscale: #4F4F4F. Windows color (decimal): -10995777 or 12531544. OLE color: 12531544.

HSL color Cylindrical-coordinate representation of color #5837BF: hue angle of 254.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5837BF is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 55 191 -
CMYK 0.54 0.71 0 0.25
HSL 254.56º 0.55% 0.48% -
HSV(B) 254.56º 0.71% 0.75% -
XYZ 14.79 8.57 50.16 -
YUV 80.37 190.43 133.44 -
System Red Green Blue C M Y K H S L
Decimal 88 55 191 0.54 0.71 0 0.25 254.56 0.55 0.48
Hex 58 37 BF 36 47 0 19 FF 37 30
Octal 130 67 277 66 107 0 31 377 67 60
Binary 1011000 110111 10111111 110110 1000111 0 11001 11111111 110111 110000

Color Harmonies of #5837BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5837BF

Black with #5837BF

Text Example


Text Example

White with #5837BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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