#5701BE

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

Shades of Purple Heart #5701BE

Tints of Purple Heart #5701BE

Color information

#5701BE (or 0x5701BE) is unknown color: approx Purple Heart. HEX triplet: 57, 01 and BE. RGB value is (87,1,190). Sum of RGB (Red+Green+Blue) = 87+1+190=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #5701BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5701BE is #A8FE41. Grayscale: #2F2F2F. Windows color (decimal): -11075138 or 12452183. OLE color: 12452183.

HSL color Cylindrical-coordinate representation of color #5701BE: hue angle of 267.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5701BE is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB871190-
CMYK0.540.9900.25
HSL267.3º98.95%37.45%-
HSV(B)267.3º99.47%74.51%-
XYZ13.245.7749.13-
YUV48.26207.99155.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 190 (74.61% from 255) = 68.35%
R=31.29%
G=0.36%
B=68.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8711900.540.9900.25267.398.9537.45
Hex571BE366301910b6325
Octal12712766614303141314345
Binary101011111011111011011011000110110011000010111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5701BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5701BE; }

 p { color: rgb(87,1,190); }

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

<style>
 a { background-color: #5701BE; }

 a { background-color: rgb(87,1,190); }

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

<style>
 span { border-color: #5701BE; }

 span { border-color: rgb(87,1,190); }

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