Html Css Color HEX #5B3BBB Purple Heart

📋 copy color: '#5B3BBB'

red 91 ◦ green 59 ◦ blue 187

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

Shades of Purple Heart #5B3BBB

Tints of Purple Heart #5B3BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 27%
G = 17.51%
B = 55.49%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B3BBB (or 0x5B3BBB) is known color: Purple Heart. HEX triplet: 5B, 3B and BB. RGB value is (91,59,187). Sum of RGB (Red+Green+Blue) = 91+59+187=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B3BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3BBB is #A4C444. Grayscale: #525252. Windows color (decimal): -10798149 or 12270427. OLE color: 12270427.

HSL color Cylindrical-coordinate representation of color #5B3BBB: hue angle of 255º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B3BBB is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 59 187 -
CMYK 0.51 0.68 0 0.27
HSL 255º 0.52% 0.48% -
HSV(B) 255º 0.68% 0.73% -
XYZ 14.85 8.94 47.96 -
YUV 83.16 186.6 133.59 -
System Red Green Blue C M Y K H S L
Decimal 91 59 187 0.51 0.68 0 0.27 255 0.52 0.48
Hex 5B 3B BB 33 44 0 1B FF 34 30
Octal 133 73 273 63 104 0 33 377 64 60
Binary 1011011 111011 10111011 110011 1000100 0 11011 11111111 110100 110000

Color Harmonies of #5B3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3BBB

Black with #5B3BBB

Text Example


Text Example

White with #5B3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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