#7541C6

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

Shades of Purple Heart #7541C6

Tints of Purple Heart #7541C6

Color information

#7541C6 (or 0x7541C6) is unknown color: approx Purple Heart. HEX triplet: 75, 41 and C6. RGB value is (117,65,198). Sum of RGB (Red+Green+Blue) = 117+65+198=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #7541C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541C6 is #8ABE39. Grayscale: #5F5F5F. Windows color (decimal): -9092666 or 12992885. OLE color: 12992885.

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

Color convert

RGB11765198-
CMYK0.410.6700.22
HSL263.46º53.85%51.57%-
HSV(B)263.46º67.17%77.65%-
XYZ19.4211.6454.65-
YUV95.71185.73143.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 198 (77.73% from 255) = 52.11%
R=30.79%
G=17.11%
B=52.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117651980.410.6700.22263.4653.8551.57
Hex7541C629430161073634
Octal165101306511030264076664
Binary11101011000001110001101010011000011010110100000111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7541C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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