#5836B1

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

Shades of Purple Heart #5836B1

Tints of Purple Heart #5836B1

Color information

#5836B1 (or 0x5836B1) is unknown color: approx Purple Heart. HEX triplet: 58, 36 and B1. RGB value is (88,54,177). Sum of RGB (Red+Green+Blue) = 88+54+177=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #5836B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5836B1 is #A7C94E. Grayscale: #4D4D4D. Windows color (decimal): -10996047 or 11613784. OLE color: 11613784.

HSL color Cylindrical-coordinate representation of color #5836B1: hue angle of 256.59º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5836B1 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8854177-
CMYK0.500.6900.31
HSL256.59º53.25%45.29%-
HSV(B)256.59º69.49%69.41%-
XYZ13.287.8942.42-
YUV78.19183.76135-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=27.59%
G=16.93%
B=55.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88541770.500.6900.31256.5953.2545.29
Hex5836B1324501F101352d
Octal13066261621050374016555
Binary1011000110110101100011100101000101011111100000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5836B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5836B1; }

 p { color: rgb(88,54,177); }

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

<style>
 a { background-color: #5836B1; }

 a { background-color: rgb(88,54,177); }

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

<style>
 span { border-color: #5836B1; }

 span { border-color: rgb(88,54,177); }

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