#5734CA

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

Shades of Purple Heart #5734CA

Tints of Purple Heart #5734CA

Color information

#5734CA (or 0x5734CA) is unknown color: approx Purple Heart. HEX triplet: 57, 34 and CA. RGB value is (87,52,202). Sum of RGB (Red+Green+Blue) = 87+52+202=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #5734CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5734CA is #A8CB35. Grayscale: #4F4F4F. Windows color (decimal): -11062070 or 13251671. OLE color: 13251671.

HSL color Cylindrical-coordinate representation of color #5734CA: hue angle of 254º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5734CA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8752202-
CMYK0.570.7400.21
HSL254º59.06%49.8%-
HSV(B)254º74.26%79.22%-
XYZ15.828.7556.73-
YUV79.56197.1133.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 52 (20.70% from 255) = 15.25%
BLUE value IS 202 (79.30% from 255) = 59.24%
R=25.51%
G=15.25%
B=59.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87522020.570.7400.2125459.0649.8
Hex5734CA394A015fe3b32
Octal12764312711120253767362
Binary101011111010011001010111001100101001010111111110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5734CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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