Html Css Color HEX #5B3BAF Purple Heart

📋 copy color: '#5B3BAF'

red 91 ◦ green 59 ◦ blue 175

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

Shades of Purple Heart #5B3BAF

Tints of Purple Heart #5B3BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.15%

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 28%
G = 18.15%
B = 53.85%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B3BAF (or 0x5B3BAF) is known color: Purple Heart. HEX triplet: 5B, 3B and AF. RGB value is (91,59,175). Sum of RGB (Red+Green+Blue) = 91+59+175=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3BAF is #A4C450. Grayscale: #515151. Windows color (decimal): -10798161 or 11483995. OLE color: 11483995.

HSL color Cylindrical-coordinate representation of color #5B3BAF: hue angle of 256.55º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B3BAF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 59 175 -
CMYK 0.48 0.66 0 0.31
HSL 256.55º 0.5% 0.46% -
HSV(B) 256.55º 0.66% 0.69% -
XYZ 13.62 8.45 41.47 -
YUV 81.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 91 59 175 0.48 0.66 0 0.31 256.55 0.5 0.46
Hex 5B 3B AF 30 42 0 1F 101 32 2E
Octal 133 73 257 60 102 0 37 401 62 56
Binary 1011011 111011 10101111 110000 1000010 0 11111 100000001 110010 101110

Color Harmonies of #5B3BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3BAF

Black with #5B3BAF

Text Example


Text Example

White with #5B3BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,59,175); }

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

background-color css

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

 a { background-color: rgb(91,59,175); }

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

border-color css

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

 span { border-color: rgb(91,59,175); }

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