Html Css Color HEX #5B42BF Purple Heart

📋 copy color: '#5B42BF'

red 91 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #5B42BF

Tints of Purple Heart #5B42BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

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

R = 26.15%
G = 18.97%
B = 54.89%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B42BF (or 0x5B42BF) is known color: Purple Heart. HEX triplet: 5B, 42 and BF. RGB value is (91,66,191). Sum of RGB (Red+Green+Blue) = 91+66+191=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B42BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B42BF is #A4BD40. Grayscale: #575757. Windows color (decimal): -10796353 or 12534363. OLE color: 12534363.

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

Color convert

RGB 91 66 191 -
CMYK 0.52 0.65 0 0.25
HSL 252º 0.49% 0.5% -
HSV(B) 252º 0.65% 0.75% -
XYZ 15.67 9.88 50.37 -
YUV 87.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 91 66 191 0.52 0.65 0 0.25 252 0.49 0.5
Hex 5B 42 BF 34 41 0 19 FC 31 32
Octal 133 102 277 64 101 0 31 374 61 62
Binary 1011011 1000010 10111111 110100 1000001 0 11001 11111100 110001 110010

Color Harmonies of #5B42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B42BF

Black with #5B42BF

Text Example


Text Example

White with #5B42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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