#7547C0

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

Shades of Purple Heart #7547C0

Tints of Purple Heart #7547C0

Color information

#7547C0 (or 0x7547C0) is unknown color: approx Purple Heart. HEX triplet: 75, 47 and C0. RGB value is (117,71,192). Sum of RGB (Red+Green+Blue) = 117+71+192=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #7547C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547C0 is #8AB83F. Grayscale: #626262. Windows color (decimal): -9091136 or 12601205. OLE color: 12601205.

HSL color Cylindrical-coordinate representation of color #7547C0: hue angle of 262.81º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7547C0 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11771192-
CMYK0.390.6300.25
HSL262.81º48.99%51.57%-
HSV(B)262.81º63.02%75.29%-
XYZ19.112.0951.2-
YUV98.55180.74141.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 71 (28.12% from 255) = 18.68%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=30.79%
G=18.68%
B=50.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117711920.390.6300.25262.8148.9951.57
Hex7547C0273F0191073134
Octal16510730047770314076164
Binary1110101100011111000000100111111111011001100000111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7547C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7547C0; }

 p { color: rgb(117,71,192); }

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

<style>
 a { background-color: #7547C0; }

 a { background-color: rgb(117,71,192); }

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

<style>
 span { border-color: #7547C0; }

 span { border-color: rgb(117,71,192); }

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