#5826BD

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

Shades of Purple Heart #5826BD

Tints of Purple Heart #5826BD

Color information

#5826BD (or 0x5826BD) is unknown color: approx Purple Heart. HEX triplet: 58, 26 and BD. RGB value is (88,38,189). Sum of RGB (Red+Green+Blue) = 88+38+189=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #5826BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826BD is #A7D942. Grayscale: #454545. Windows color (decimal): -11000131 or 12396120. OLE color: 12396120.

HSL color Cylindrical-coordinate representation of color #5826BD: hue angle of 259.87º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5826BD is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8838189-
CMYK0.530.8000.26
HSL259.87º66.52%44.51%-
HSV(B)259.87º79.89%74.12%-
XYZ13.97.1448.79-
YUV70.16195.06140.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 189 (74.22% from 255) = 60%
R=27.94%
G=12.06%
B=60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88381890.530.8000.26259.8766.5244.51
Hex5826BD355001A104432d
Octal130462756512003240410355
Binary10110001001101011110111010110100000110101000001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5826BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5826BD; }

 p { color: rgb(88,38,189); }

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

<style>
 a { background-color: #5826BD; }

 a { background-color: rgb(88,38,189); }

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

<style>
 span { border-color: #5826BD; }

 span { border-color: rgb(88,38,189); }

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