#7346C1

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

Shades of Purple Heart #7346C1

Tints of Purple Heart #7346C1

Color information

#7346C1 (or 0x7346C1) is unknown color: approx Purple Heart. HEX triplet: 73, 46 and C1. RGB value is (115,70,193). Sum of RGB (Red+Green+Blue) = 115+70+193=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #7346C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7346C1 is #8CB93E. Grayscale: #616161. Windows color (decimal): -9222463 or 12666483. OLE color: 12666483.

HSL color Cylindrical-coordinate representation of color #7346C1: hue angle of 261.95º 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 #7346C1 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11570193-
CMYK0.400.6400.24
HSL261.95º49.8%51.57%-
HSV(B)261.95º63.73%75.69%-
XYZ18.8911.8851.75-
YUV97.48181.91140.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.42%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=30.42%
G=18.52%
B=51.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal115701930.400.6400.24261.9549.851.57
Hex7346C128400181063234
Octal163106301501000304066264
Binary11100111000110110000011010001000000011000100000110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7346C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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