Html Css Color HEX #5B26AC Purple Heart

📋 copy color: '#5B26AC'

red 91 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #5B26AC

Tints of Purple Heart #5B26AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 30.23%
G = 12.62%
B = 57.14%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B26AC (or 0x5B26AC) is known color: Purple Heart. HEX triplet: 5B, 26 and AC. RGB value is (91,38,172). Sum of RGB (Red+Green+Blue) = 91+38+172=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B26AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B26AC is #A4D953. Grayscale: #444444. Windows color (decimal): -10803540 or 11282011. OLE color: 11282011.

HSL color Cylindrical-coordinate representation of color #5B26AC: hue angle of 263.73º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B26AC is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 38 172 -
CMYK 0.47 0.78 0 0.33
HSL 263.73º 0.64% 0.41% -
HSV(B) 263.73º 0.78% 0.67% -
XYZ 12.45 6.59 39.65 -
YUV 69.12 186.06 143.6 -
System Red Green Blue C M Y K H S L
Decimal 91 38 172 0.47 0.78 0 0.33 263.73 0.64 0.41
Hex 5B 26 AC 2F 4E 0 21 108 40 29
Octal 133 46 254 57 116 0 41 410 100 51
Binary 1011011 100110 10101100 101111 1001110 0 100001 100001000 1000000 101001

Color Harmonies of #5B26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B26AC

Black with #5B26AC

Text Example


Text Example

White with #5B26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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