#5B34BF

Color #5B34BF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5B34BF

Tints of Purple Heart #5B34BF

Color information

#5B34BF (or 0x5B34BF) is unknown color: approx Purple Heart. HEX triplet: 5B, 34 and BF. RGB value is (91,52,191). Sum of RGB (Red+Green+Blue) = 91+52+191=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B34BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B34BF is #A4CB40. Grayscale: #4E4E4E. Windows color (decimal): -10799937 or 12530779. OLE color: 12530779.

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

Color convert

RGB9152191-
CMYK0.520.7300.25
HSL256.83º57.2%47.65%-
HSV(B)256.83º72.77%74.9%-
XYZ14.958.4450.13-
YUV79.51190.92136.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.25%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 191 (75% from 255) = 57.19%
R=27.25%
G=15.57%
B=57.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91521910.520.7300.25256.8357.247.65
Hex5B34BF34490191013930
Octal13364277641110314017160
Binary1011011110100101111111101001001001011001100000001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B34BF;
 }
 .AnyTagClassName
 {
   color: #5B34BF;
 }
</style>
background-color css

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

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

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

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

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

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