Html Css Color HEX #5824BF Purple Heart

📋 copy color: '#5824BF'

red 88 ◦ green 36 ◦ blue 191

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

Shades of Purple Heart #5824BF

Tints of Purple Heart #5824BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

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

R = 27.94%
G = 11.43%
B = 60.63%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5824BF (or 0x5824BF) is known color: Purple Heart. HEX triplet: 58, 24 and BF. RGB value is (88,36,191). Sum of RGB (Red+Green+Blue) = 88+36+191=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #5824BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5824BF is #A7DB40. Grayscale: #444444. Windows color (decimal): -11000641 or 12526680. OLE color: 12526680.

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

Color convert

RGB 88 36 191 -
CMYK 0.54 0.81 0 0.25
HSL 260.13º 0.68% 0.45% -
HSV(B) 260.13º 0.81% 0.75% -
XYZ 14.06 7.1 49.92 -
YUV 69.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 88 36 191 0.54 0.81 0 0.25 260.13 0.68 0.45
Hex 58 24 BF 36 51 0 19 104 44 2D
Octal 130 44 277 66 121 0 31 404 104 55
Binary 1011000 100100 10111111 110110 1010001 0 11001 100000100 1000100 101101

Color Harmonies of #5824BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5824BF

Black with #5824BF

Text Example


Text Example

White with #5824BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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