Html Css Color HEX #5831BF Purple Heart

📋 copy color: '#5831BF'

red 88 ◦ green 49 ◦ blue 191

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

Shades of Purple Heart #5831BF

Tints of Purple Heart #5831BF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

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

R = 26.83%
G = 14.94%
B = 58.23%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5831BF (or 0x5831BF) is known color: Purple Heart. HEX triplet: 58, 31 and BF. RGB value is (88,49,191). Sum of RGB (Red+Green+Blue) = 88+49+191=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #5831BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5831BF is #A7CE40. Grayscale: #4C4C4C. Windows color (decimal): -10997313 or 12530008. OLE color: 12530008.

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

Color convert

RGB 88 49 191 -
CMYK 0.54 0.74 0 0.25
HSL 256.48º 0.59% 0.47% -
HSV(B) 256.48º 0.74% 0.75% -
XYZ 14.53 8.03 50.08 -
YUV 76.85 192.42 135.95 -
System Red Green Blue C M Y K H S L
Decimal 88 49 191 0.54 0.74 0 0.25 256.48 0.59 0.47
Hex 58 31 BF 36 4A 0 19 100 3B 2F
Octal 130 61 277 66 112 0 31 400 73 57
Binary 1011000 110001 10111111 110110 1001010 0 11001 100000000 111011 101111

Color Harmonies of #5831BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5831BF

Black with #5831BF

Text Example


Text Example

White with #5831BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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