Html Css Color HEX #5831BE Purple Heart

📋 copy color: '#5831BE'

red 88 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #5831BE

Tints of Purple Heart #5831BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 26.91%
G = 14.98%
B = 58.1%

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

#5831BE (or 0x5831BE) is known color: Purple Heart. HEX triplet: 58, 31 and BE. RGB value is (88,49,190). Sum of RGB (Red+Green+Blue) = 88+49+190=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #5831BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5831BE is #A7CE41. Grayscale: #4C4C4C. Windows color (decimal): -10997314 or 12464472. OLE color: 12464472.

HSL color Cylindrical-coordinate representation of color #5831BE: hue angle of 256.6º 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 #5831BE is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 49 190 -
CMYK 0.54 0.74 0 0.25
HSL 256.6º 0.59% 0.47% -
HSV(B) 256.6º 0.74% 0.75% -
XYZ 14.42 7.99 49.5 -
YUV 76.74 191.92 136.04 -
System Red Green Blue C M Y K H S L
Decimal 88 49 190 0.54 0.74 0 0.25 256.6 0.59 0.47
Hex 58 31 BE 36 4A 0 19 101 3B 2F
Octal 130 61 276 66 112 0 31 401 73 57
Binary 1011000 110001 10111110 110110 1001010 0 11001 100000001 111011 101111

Color Harmonies of #5831BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5831BE

Black with #5831BE

Text Example


Text Example

White with #5831BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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