Html Css Color HEX #5B39B3 Purple Heart

📋 copy color: '#5B39B3'

red 91 ◦ green 57 ◦ blue 179

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

Shades of Purple Heart #5B39B3

Tints of Purple Heart #5B39B3

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 179 (70.31% from 255) = 54.74%

R = 27.83%
G = 17.43%
B = 54.74%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5B39B3 (or 0x5B39B3) is known color: Purple Heart. HEX triplet: 5B, 39 and B3. RGB value is (91,57,179). Sum of RGB (Red+Green+Blue) = 91+57+179=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #5B39B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B39B3 is #A4C64C. Grayscale: #505050. Windows color (decimal): -10798669 or 11745627. OLE color: 11745627.

HSL color Cylindrical-coordinate representation of color #5B39B3: hue angle of 256.72º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B39B3 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 91 57 179 -
CMYK 0.49 0.68 0 0.30
HSL 256.72º 0.52% 0.46% -
HSV(B) 256.72º 0.68% 0.7% -
XYZ 13.91 8.41 43.54 -
YUV 81.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 91 57 179 0.49 0.68 0 0.30 256.72 0.52 0.46
Hex 5B 39 B3 31 44 0 1E 101 34 2E
Octal 133 71 263 61 104 0 36 401 64 56
Binary 1011011 111001 10110011 110001 1000100 0 11110 100000001 110100 101110

Color Harmonies of #5B39B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B39B3

Black with #5B39B3

Text Example


Text Example

White with #5B39B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,57,179); }

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

background-color css

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

 a { background-color: rgb(91,57,179); }

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

border-color css

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

 span { border-color: rgb(91,57,179); }

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