#5825BF

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

Shades of Purple Heart #5825BF

Tints of Purple Heart #5825BF

Color information

#5825BF (or 0x5825BF) is unknown color: approx Purple Heart. HEX triplet: 58, 25 and BF. RGB value is (88,37,191). Sum of RGB (Red+Green+Blue) = 88+37+191=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #5825BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825BF is #A7DA40. Grayscale: #454545. Windows color (decimal): -11000385 or 12526936. OLE color: 12526936.

HSL color Cylindrical-coordinate representation of color #5825BF: hue angle of 259.87º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5825BF is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8837191-
CMYK0.540.8100.25
HSL259.87º67.54%44.71%-
HSV(B)259.87º80.63%74.9%-
XYZ14.097.1649.93-
YUV69.8196.4140.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 37 (14.84% from 255) = 11.71%
BLUE value IS 191 (75% from 255) = 60.44%
R=27.85%
G=11.71%
B=60.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88371910.540.8100.25259.8767.5444.71
Hex5825BF3651019104442d
Octal130452776612103140410455
Binary10110001001011011111111011010100010110011000001001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5825BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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