Html Css Color HEX #5811BF Purple Heart

📋 copy color: '#5811BF'

red 88 ◦ green 17 ◦ blue 191

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

Shades of Purple Heart #5811BF

Tints of Purple Heart #5811BF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

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

R = 29.73%
G = 5.74%
B = 64.53%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5811BF (or 0x5811BF) is known color: Purple Heart. HEX triplet: 58, 11 and BF. RGB value is (88,17,191). Sum of RGB (Red+Green+Blue) = 88+17+191=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #5811BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5811BF is #A7EE40. Grayscale: #393939. Windows color (decimal): -11005505 or 12521816. OLE color: 12521816.

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

Color convert

RGB 88 17 191 -
CMYK 0.54 0.91 0 0.25
HSL 264.48º 0.84% 0.41% -
HSV(B) 264.48º 0.91% 0.75% -
XYZ 13.63 6.24 49.78 -
YUV 58.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 88 17 191 0.54 0.91 0 0.25 264.48 0.84 0.41
Hex 58 11 BF 36 5B 0 19 108 54 29
Octal 130 21 277 66 133 0 31 410 124 51
Binary 1011000 10001 10111111 110110 1011011 0 11001 100001000 1010100 101001

Color Harmonies of #5811BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5811BF

Black with #5811BF

Text Example


Text Example

White with #5811BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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