#7245C6

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

Shades of Purple Heart #7245C6

Tints of Purple Heart #7245C6

Color information

#7245C6 (or 0x7245C6) is unknown color: approx Purple Heart. HEX triplet: 72, 45 and C6. RGB value is (114,69,198). Sum of RGB (Red+Green+Blue) = 114+69+198=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #7245C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7245C6 is #8DBA39. Grayscale: #606060. Windows color (decimal): -9288250 or 12993906. OLE color: 12993906.

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

Color convert

RGB11469198-
CMYK0.420.6500.22
HSL260.93º53.09%52.35%-
HSV(B)260.93º65.15%77.65%-
XYZ19.2611.9154.71-
YUV97.16184.91140.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 198 (77.73% from 255) = 51.97%
R=29.92%
G=18.11%
B=51.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114691980.420.6500.22260.9353.0952.35
Hex7245C62A410161053534
Octal162105306521010264056564
Binary11100101000101110001101010101000001010110100000101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7245C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,69,198); }

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

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

 a { background-color: rgb(114,69,198); }

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

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

 span { border-color: rgb(114,69,198); }

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