#752EBA

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

Shades of Purple Heart #752EBA

Tints of Purple Heart #752EBA

Color information

#752EBA (or 0x752EBA) is unknown color: approx Purple Heart. HEX triplet: 75, 2E and BA. RGB value is (117,46,186). Sum of RGB (Red+Green+Blue) = 117+46+186=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #752EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EBA is #8AD145. Grayscale: #525252. Windows color (decimal): -9097542 or 12201589. OLE color: 12201589.

HSL color Cylindrical-coordinate representation of color #752EBA: hue angle of 270.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752EBA is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11746186-
CMYK0.370.7500.27
HSL270.43º60.34%45.49%-
HSV(B)270.43º75.27%72.94%-
XYZ17.189.2847.34-
YUV83.19186.02152.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 46 (18.36% from 255) = 13.18%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=33.52%
G=13.18%
B=53.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117461860.370.7500.27270.4360.3445.49
Hex752EBA254B01B10e3c2d
Octal16556272451130334167455
Binary1110101101110101110101001011001011011011100001110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752EBA; }

 p { color: rgb(117,46,186); }

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

<style>
 a { background-color: #752EBA; }

 a { background-color: rgb(117,46,186); }

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

<style>
 span { border-color: #752EBA; }

 span { border-color: rgb(117,46,186); }

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