#5827DC

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

Shades of Purple Heart #5827DC

Tints of Purple Heart #5827DC

Color information

#5827DC (or 0x5827DC) is unknown color: approx Purple Heart. HEX triplet: 58, 27 and DC. RGB value is (88,39,220). Sum of RGB (Red+Green+Blue) = 88+39+220=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #5827DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5827DC is #A7D823. Grayscale: #494949. Windows color (decimal): -10999844 or 14427992. OLE color: 14427992.

HSL color Cylindrical-coordinate representation of color #5827DC: hue angle of 256.24º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5827DC is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8839220-
CMYK0.60.8200.14
HSL256.24º72.11%50.78%-
HSV(B)256.24º82.27%86.27%-
XYZ17.678.6968.46-
YUV74.28210.23137.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 39 (15.62% from 255) = 11.24%
BLUE value IS 220 (86.33% from 255) = 63.40%
R=25.36%
G=11.24%
B=63.40%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal88392200.60.8200.14256.2472.1150.78
Hex5827DC3C520E1004833
Octal130473347412201640011063
Binary1011000100111110111001111001010010011101000000001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5827DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5827DC; }

 p { color: rgb(88,39,220); }

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

<style>
 a { background-color: #5827DC; }

 a { background-color: rgb(88,39,220); }

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

<style>
 span { border-color: #5827DC; }

 span { border-color: rgb(88,39,220); }

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