#752AC9

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

Shades of Purple Heart #752AC9

Tints of Purple Heart #752AC9

Color information

#752AC9 (or 0x752AC9) is unknown color: approx Purple Heart. HEX triplet: 75, 2A and C9. RGB value is (117,42,201). Sum of RGB (Red+Green+Blue) = 117+42+201=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #752AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752AC9 is #8AD536. Grayscale: #515151. Windows color (decimal): -9098551 or 13183605. OLE color: 13183605.

HSL color Cylindrical-coordinate representation of color #752AC9: hue angle of 268.3º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752AC9 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11742201-
CMYK0.420.7900.21
HSL268.3º65.43%47.65%-
HSV(B)268.3º79.1%78.82%-
XYZ18.719.6556.14-
YUV82.55194.85152.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 201 (78.91% from 255) = 55.83%
R=32.5%
G=11.67%
B=55.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117422010.420.7900.21268.365.4347.65
Hex752AC92A4F01510c4130
Octal165523115211702541410160
Binary11101011010101100100110101010011110101011000011001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,42,201); }

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

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

 a { background-color: rgb(117,42,201); }

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

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

 span { border-color: rgb(117,42,201); }

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