#7540C6

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

Shades of Purple Heart #7540C6

Tints of Purple Heart #7540C6

Color information

#7540C6 (or 0x7540C6) is unknown color: approx Purple Heart. HEX triplet: 75, 40 and C6. RGB value is (117,64,198). Sum of RGB (Red+Green+Blue) = 117+64+198=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #7540C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540C6 is #8ABF39. Grayscale: #5E5E5E. Windows color (decimal): -9092922 or 12992629. OLE color: 12992629.

HSL color Cylindrical-coordinate representation of color #7540C6: hue angle of 263.73º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7540C6 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11764198-
CMYK0.410.6800.22
HSL263.73º54.03%51.37%-
HSV(B)263.73º67.68%77.65%-
XYZ19.3611.5354.63-
YUV95.12186.06143.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 64 (25.39% from 255) = 16.89%
BLUE value IS 198 (77.73% from 255) = 52.24%
R=30.87%
G=16.89%
B=52.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117641980.410.6800.22263.7354.0351.37
Hex7540C629440161083633
Octal165100306511040264106663
Binary11101011000000110001101010011000100010110100001000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7540C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7540C6; }

 p { color: rgb(117,64,198); }

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

<style>
 a { background-color: #7540C6; }

 a { background-color: rgb(117,64,198); }

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

<style>
 span { border-color: #7540C6; }

 span { border-color: rgb(117,64,198); }

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