#5734DF

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

Shades of Purple Heart #5734DF

Tints of Purple Heart #5734DF

Color information

#5734DF (or 0x5734DF) is unknown color: approx Purple Heart. HEX triplet: 57, 34 and DF. RGB value is (87,52,223). Sum of RGB (Red+Green+Blue) = 87+52+223=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #5734DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5734DF is #A8CB20. Grayscale: #515151. Windows color (decimal): -11062049 or 14627927. OLE color: 14627927.

HSL color Cylindrical-coordinate representation of color #5734DF: hue angle of 252.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5734DF is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8752223-
CMYK0.610.7700.13
HSL252.28º72.77%53.92%-
HSV(B)252.28º76.68%87.45%-
XYZ18.489.8170.73-
YUV81.96207.6131.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 223 (87.5% from 255) = 61.60%
R=24.03%
G=14.36%
B=61.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal87522230.610.7700.13252.2872.7753.92
Hex5734DF3D4D0Dfc4936
Octal127643377511501537411166
Binary101011111010011011111111101100110101101111111001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5734DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5734DF; }

 p { color: rgb(87,52,223); }

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

<style>
 a { background-color: #5734DF; }

 a { background-color: rgb(87,52,223); }

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

<style>
 span { border-color: #5734DF; }

 span { border-color: rgb(87,52,223); }

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