#7246C1

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

Shades of Purple Heart #7246C1

Tints of Purple Heart #7246C1

Color information

#7246C1 (or 0x7246C1) is unknown color: approx Purple Heart. HEX triplet: 72, 46 and C1. RGB value is (114,70,193). Sum of RGB (Red+Green+Blue) = 114+70+193=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #7246C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7246C1 is #8DB93E. Grayscale: #606060. Windows color (decimal): -9287999 or 12666482. OLE color: 12666482.

HSL color Cylindrical-coordinate representation of color #7246C1: hue angle of 261.46º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7246C1 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11470193-
CMYK0.410.6400.24
HSL261.46º49.8%51.57%-
HSV(B)261.46º63.73%75.69%-
XYZ18.7611.8151.74-
YUV97.18182.08140-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 193 (75.78% from 255) = 51.19%
R=30.24%
G=18.57%
B=51.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114701930.410.6400.24261.4649.851.57
Hex7246C129400181053234
Octal162106301511000304056264
Binary11100101000110110000011010011000000011000100000101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7246C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7246C1; }

 p { color: rgb(114,70,193); }

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

<style>
 a { background-color: #7246C1; }

 a { background-color: rgb(114,70,193); }

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

<style>
 span { border-color: #7246C1; }

 span { border-color: rgb(114,70,193); }

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