Html Css Color HEX #5B3ABF Purple Heart

📋 copy color: '#5B3ABF'

red 91 ◦ green 58 ◦ blue 191

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

Shades of Purple Heart #5B3ABF

Tints of Purple Heart #5B3ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.06%

 BLUE value IS 191 (75% from 255) = 56.18%

R = 26.76%
G = 17.06%
B = 56.18%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B3ABF (or 0x5B3ABF) is known color: Purple Heart. HEX triplet: 5B, 3A and BF. RGB value is (91,58,191). Sum of RGB (Red+Green+Blue) = 91+58+191=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B3ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3ABF is #A4C540. Grayscale: #525252. Windows color (decimal): -10798401 or 12532315. OLE color: 12532315.

HSL color Cylindrical-coordinate representation of color #5B3ABF: hue angle of 254.89º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B3ABF is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 58 191 -
CMYK 0.52 0.70 0 0.25
HSL 254.89º 0.53% 0.49% -
HSV(B) 254.89º 0.7% 0.75% -
XYZ 15.23 9.01 50.23 -
YUV 83.03 188.93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 91 58 191 0.52 0.70 0 0.25 254.89 0.53 0.49
Hex 5B 3A BF 34 46 0 19 FF 35 31
Octal 133 72 277 64 106 0 31 377 65 61
Binary 1011011 111010 10111111 110100 1000110 0 11001 11111111 110101 110001

Color Harmonies of #5B3ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3ABF

Black with #5B3ABF

Text Example


Text Example

White with #5B3ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,58,191); }

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

background-color css

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

 a { background-color: rgb(91,58,191); }

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

border-color css

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

 span { border-color: rgb(91,58,191); }

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