#581BCE

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

Shades of Purple Heart #581BCE

Tints of Purple Heart #581BCE

Color information

#581BCE (or 0x581BCE) is unknown color: approx Purple Heart. HEX triplet: 58, 1B and CE. RGB value is (88,27,206). Sum of RGB (Red+Green+Blue) = 88+27+206=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #581BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BCE is #A7E431. Grayscale: #404040. Windows color (decimal): -11002930 or 13507416. OLE color: 13507416.

HSL color Cylindrical-coordinate representation of color #581BCE: hue angle of 260.45º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581BCE is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8827206-
CMYK0.570.8700.19
HSL260.45º76.82%45.69%-
HSV(B)260.45º86.89%80.78%-
XYZ15.567.3158.98-
YUV65.64207.21143.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 27 (10.94% from 255) = 8.41%
BLUE value IS 206 (80.86% from 255) = 64.17%
R=27.41%
G=8.41%
B=64.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal88272060.570.8700.19260.4576.8245.69
Hex581BCE39570131044d2e
Octal130333167112702340411556
Binary1011000110111100111011100110101110100111000001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581BCE; }

 p { color: rgb(88,27,206); }

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

<style>
 a { background-color: #581BCE; }

 a { background-color: rgb(88,27,206); }

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

<style>
 span { border-color: #581BCE; }

 span { border-color: rgb(88,27,206); }

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