Html Css Color HEX #5B2BAE Purple Heart

📋 copy color: '#5B2BAE'

red 91 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #5B2BAE

Tints of Purple Heart #5B2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.96%

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

R = 29.55%
G = 13.96%
B = 56.49%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B2BAE (or 0x5B2BAE) is known color: Purple Heart. HEX triplet: 5B, 2B and AE. RGB value is (91,43,174). Sum of RGB (Red+Green+Blue) = 91+43+174=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2BAE is #A4D451. Grayscale: #474747. Windows color (decimal): -10802258 or 11414363. OLE color: 11414363.

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

Color convert

RGB 91 43 174 -
CMYK 0.48 0.75 0 0.32
HSL 261.98º 0.6% 0.43% -
HSV(B) 261.98º 0.75% 0.68% -
XYZ 12.82 7.01 40.72 -
YUV 72.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 91 43 174 0.48 0.75 0 0.32 261.98 0.6 0.43
Hex 5B 2B AE 30 4B 0 20 106 3C 2B
Octal 133 53 256 60 113 0 40 406 74 53
Binary 1011011 101011 10101110 110000 1001011 0 100000 100000110 111100 101011

Color Harmonies of #5B2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2BAE

Black with #5B2BAE

Text Example


Text Example

White with #5B2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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