Html Css Color HEX #5B26BA Purple Heart

📋 copy color: '#5B26BA'

red 91 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #5B26BA

Tints of Purple Heart #5B26BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.06%

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

R = 28.89%
G = 12.06%
B = 59.05%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B26BA (or 0x5B26BA) is known color: Purple Heart. HEX triplet: 5B, 26 and BA. RGB value is (91,38,186). Sum of RGB (Red+Green+Blue) = 91+38+186=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B26BA is #A4D945. Grayscale: #464646. Windows color (decimal): -10803526 or 12199515. OLE color: 12199515.

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

Color convert

RGB 91 38 186 -
CMYK 0.51 0.80 0 0.27
HSL 261.49º 0.66% 0.44% -
HSV(B) 261.49º 0.8% 0.73% -
XYZ 13.87 7.16 47.1 -
YUV 70.72 193.06 142.47 -
System Red Green Blue C M Y K H S L
Decimal 91 38 186 0.51 0.80 0 0.27 261.49 0.66 0.44
Hex 5B 26 BA 33 50 0 1B 105 42 2C
Octal 133 46 272 63 120 0 33 405 102 54
Binary 1011011 100110 10111010 110011 1010000 0 11011 100000101 1000010 101100

Color Harmonies of #5B26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B26BA

Black with #5B26BA

Text Example


Text Example

White with #5B26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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