Html Css Color HEX #5B28AE Purple Heart

📋 copy color: '#5B28AE'

red 91 ◦ green 40 ◦ blue 174

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

Shades of Purple Heart #5B28AE

Tints of Purple Heart #5B28AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 29.84%
G = 13.11%
B = 57.05%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B28AE (or 0x5B28AE) is known color: Purple Heart. HEX triplet: 5B, 28 and AE. RGB value is (91,40,174). Sum of RGB (Red+Green+Blue) = 91+40+174=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B28AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B28AE is #A4D751. Grayscale: #464646. Windows color (decimal): -10803026 or 11413595. OLE color: 11413595.

HSL color Cylindrical-coordinate representation of color #5B28AE: hue angle of 262.84º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B28AE is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 40 174 -
CMYK 0.48 0.77 0 0.32
HSL 262.84º 0.63% 0.42% -
HSV(B) 262.84º 0.77% 0.68% -
XYZ 12.71 6.8 40.69 -
YUV 70.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 91 40 174 0.48 0.77 0 0.32 262.84 0.63 0.42
Hex 5B 28 AE 30 4D 0 20 107 3F 2A
Octal 133 50 256 60 115 0 40 407 77 52
Binary 1011011 101000 10101110 110000 1001101 0 100000 100000111 111111 101010

Color Harmonies of #5B28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B28AE

Black with #5B28AE

Text Example


Text Example

White with #5B28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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