#5821B1

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

Shades of Purple Heart #5821B1

Tints of Purple Heart #5821B1

Color information

#5821B1 (or 0x5821B1) is unknown color: approx Purple Heart. HEX triplet: 58, 21 and B1. RGB value is (88,33,177). Sum of RGB (Red+Green+Blue) = 88+33+177=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 177 (69.53% from 255 or 59.40% from 298); Max value from RGB is 177 - color contains mainly: blue. Hex color #5821B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5821B1 is #A7DE4E. Grayscale: #414141. Windows color (decimal): -11001423 or 11608408. OLE color: 11608408.

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

Color convert

RGB8833177-
CMYK0.500.8100.31
HSL262.92º68.57%41.18%-
HSV(B)262.92º81.36%69.41%-
XYZ12.56.3442.16-
YUV65.86190.72143.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 177 (69.53% from 255) = 59.40%
R=29.53%
G=11.07%
B=59.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88331770.500.8100.31262.9268.5741.18
Hex5821B1325101F1074529
Octal130412616212103740710551
Binary10110001000011011000111001010100010111111000001111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5821B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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