Html Css Color HEX #5842BE Purple Heart

📋 copy color: '#5842BE'

red 88 ◦ green 66 ◦ blue 190

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

Shades of Purple Heart #5842BE

Tints of Purple Heart #5842BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

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

R = 25.58%
G = 19.19%
B = 55.23%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5842BE (or 0x5842BE) is known color: Purple Heart. HEX triplet: 58, 42 and BE. RGB value is (88,66,190). Sum of RGB (Red+Green+Blue) = 88+66+190=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #5842BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5842BE is #A7BD41. Grayscale: #565656. Windows color (decimal): -10992962 or 12468824. OLE color: 12468824.

HSL color Cylindrical-coordinate representation of color #5842BE: hue angle of 250.65º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5842BE is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 66 190 -
CMYK 0.54 0.65 0 0.25
HSL 250.65º 0.49% 0.5% -
HSV(B) 250.65º 0.65% 0.75% -
XYZ 15.27 9.69 49.78 -
YUV 86.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 88 66 190 0.54 0.65 0 0.25 250.65 0.49 0.5
Hex 58 42 BE 36 41 0 19 FB 31 32
Octal 130 102 276 66 101 0 31 373 61 62
Binary 1011000 1000010 10111110 110110 1000001 0 11001 11111011 110001 110010

Color Harmonies of #5842BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5842BE

Black with #5842BE

Text Example


Text Example

White with #5842BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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