#752ACA

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

Shades of Purple Heart #752ACA

Tints of Purple Heart #752ACA

Color information

#752ACA (or 0x752ACA) is unknown color: approx Purple Heart. HEX triplet: 75, 2A and CA. RGB value is (117,42,202). Sum of RGB (Red+Green+Blue) = 117+42+202=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #752ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ACA is #8AD535. Grayscale: #525252. Windows color (decimal): -9098550 or 13249141. OLE color: 13249141.

HSL color Cylindrical-coordinate representation of color #752ACA: hue angle of 268.12º degrees, saturation: 0.66, 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 #752ACA is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11742202-
CMYK0.420.7900.21
HSL268.12º65.57%47.84%-
HSV(B)268.12º79.21%79.22%-
XYZ18.829.756.76-
YUV82.66195.35152.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=32.41%
G=11.63%
B=55.96%

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
Decimal117422020.420.7900.21268.1265.5747.84
Hex752ACA2A4F01510c4230
Octal165523125211702541410260
Binary11101011010101100101010101010011110101011000011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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