#5834BF

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

Shades of Purple Heart #5834BF

Tints of Purple Heart #5834BF

Color information

#5834BF (or 0x5834BF) is unknown color: approx Purple Heart. HEX triplet: 58, 34 and BF. RGB value is (88,52,191). Sum of RGB (Red+Green+Blue) = 88+52+191=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #5834BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5834BF is #A7CB40. Grayscale: #4E4E4E. Windows color (decimal): -10996545 or 12530776. OLE color: 12530776.

HSL color Cylindrical-coordinate representation of color #5834BF: hue angle of 255.54º 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 #5834BF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8852191-
CMYK0.540.7300.25
HSL255.54º57.2%47.65%-
HSV(B)255.54º72.77%74.9%-
XYZ14.668.2950.12-
YUV78.61191.43134.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 191 (75% from 255) = 57.70%
R=26.59%
G=15.71%
B=57.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88521910.540.7300.25255.5457.247.65
Hex5834BF36490191003930
Octal13064277661110314007160
Binary1011000110100101111111101101001001011001100000000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5834BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5834BF; }

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

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

<style>
 a { background-color: #5834BF; }

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

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

<style>
 span { border-color: #5834BF; }

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

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