Html Css Color HEX #5811BA Purple Heart

📋 copy color: '#5811BA'

red 88 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #5811BA

Tints of Purple Heart #5811BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 30.24%
G = 5.84%
B = 63.92%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5811BA (or 0x5811BA) is known color: Purple Heart. HEX triplet: 58, 11 and BA. RGB value is (88,17,186). Sum of RGB (Red+Green+Blue) = 88+17+186=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #5811BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5811BA is #A7EE45. Grayscale: #383838. Windows color (decimal): -11005510 or 12194136. OLE color: 12194136.

HSL color Cylindrical-coordinate representation of color #5811BA: hue angle of 265.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5811BA is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 17 186 -
CMYK 0.53 0.91 0 0.27
HSL 265.21º 0.83% 0.4% -
HSV(B) 265.21º 0.91% 0.73% -
XYZ 13.09 6.02 46.93 -
YUV 57.5 200.52 149.76 -
System Red Green Blue C M Y K H S L
Decimal 88 17 186 0.53 0.91 0 0.27 265.21 0.83 0.4
Hex 58 11 BA 35 5B 0 1B 109 53 28
Octal 130 21 272 65 133 0 33 411 123 50
Binary 1011000 10001 10111010 110101 1011011 0 11011 100001001 1010011 101000

Color Harmonies of #5811BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5811BA

Black with #5811BA

Text Example


Text Example

White with #5811BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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