Html Css Color HEX #5B28BA Purple Heart

📋 copy color: '#5B28BA'

red 91 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #5B28BA

Tints of Purple Heart #5B28BA

RGB

 RED value IS 91 (35.94% from 255) = 28.71%

 GREEN value IS 40 (16.02% from 255) = 12.62%

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

R = 28.71%
G = 12.62%
B = 58.68%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B28BA (or 0x5B28BA) is known color: Purple Heart. HEX triplet: 5B, 28 and BA. RGB value is (91,40,186). Sum of RGB (Red+Green+Blue) = 91+40+186=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B28BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B28BA is #A4D745. Grayscale: #474747. Windows color (decimal): -10803014 or 12200027. OLE color: 12200027.

HSL color Cylindrical-coordinate representation of color #5B28BA: hue angle of 260.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B28BA is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 40 186 -
CMYK 0.51 0.78 0 0.27
HSL 260.96º 0.65% 0.44% -
HSV(B) 260.96º 0.78% 0.73% -
XYZ 13.94 7.29 47.13 -
YUV 71.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 91 40 186 0.51 0.78 0 0.27 260.96 0.65 0.44
Hex 5B 28 BA 33 4E 0 1B 105 41 2C
Octal 133 50 272 63 116 0 33 405 101 54
Binary 1011011 101000 10111010 110011 1001110 0 11011 100000101 1000001 101100

Color Harmonies of #5B28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B28BA

Black with #5B28BA

Text Example


Text Example

White with #5B28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B28BA; }

 p { color: rgb(91,40,186); }

 H1.HeaderClassName
 {
   color: #5B28BA;
 }
 .AnyTagClassName
 {
   color: #5B28BA;
 }
</style>

background-color css

<style>
 a { background-color: #5B28BA; }

 a { background-color: rgb(91,40,186); }

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

border-color css

<style>
 span { border-color: #5B28BA; }

 span { border-color: rgb(91,40,186); }

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