Html Css Color HEX #5B2FBE Purple Heart

📋 copy color: '#5B2FBE'

red 91 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #5B2FBE

Tints of Purple Heart #5B2FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.33%

 BLUE value IS 190 (74.61% from 255) = 57.93%

R = 27.74%
G = 14.33%
B = 57.93%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B2FBE (or 0x5B2FBE) is known color: Purple Heart. HEX triplet: 5B, 2F and BE. RGB value is (91,47,190). Sum of RGB (Red+Green+Blue) = 91+47+190=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B2FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2FBE is #A4D041. Grayscale: #4B4B4B. Windows color (decimal): -10801218 or 12463963. OLE color: 12463963.

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

Color convert

RGB 91 47 190 -
CMYK 0.52 0.75 0 0.25
HSL 258.46º 0.6% 0.46% -
HSV(B) 258.46º 0.75% 0.75% -
XYZ 14.63 7.97 49.48 -
YUV 76.46 192.08 138.37 -
System Red Green Blue C M Y K H S L
Decimal 91 47 190 0.52 0.75 0 0.25 258.46 0.6 0.46
Hex 5B 2F BE 34 4B 0 19 102 3C 2E
Octal 133 57 276 64 113 0 31 402 74 56
Binary 1011011 101111 10111110 110100 1001011 0 11001 100000010 111100 101110

Color Harmonies of #5B2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2FBE

Black with #5B2FBE

Text Example


Text Example

White with #5B2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,47,190); }

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

background-color css

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

 a { background-color: rgb(91,47,190); }

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

border-color css

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

 span { border-color: rgb(91,47,190); }

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