#7F46C9

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

Shades of Purple Heart #7F46C9

Tints of Purple Heart #7F46C9

Color information

#7F46C9 (or 0x7F46C9) is unknown color: approx Purple Heart. HEX triplet: 7F, 46 and C9. RGB value is (127,70,201). Sum of RGB (Red+Green+Blue) = 127+70+201=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #7F46C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F46C9 is #80B936. Grayscale: #656565. Windows color (decimal): -8436023 or 13190783. OLE color: 13190783.

HSL color Cylindrical-coordinate representation of color #7F46C9: hue angle of 266.11º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F46C9 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12770201-
CMYK0.370.6500.21
HSL266.11º54.81%53.14%-
HSV(B)266.11º65.17%78.82%-
XYZ21.4913.1156.66-
YUV101.98183.88145.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.91%
GREEN value IS 70 (27.73% from 255) = 17.59%
BLUE value IS 201 (78.91% from 255) = 50.50%
R=31.91%
G=17.59%
B=50.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127702010.370.6500.21266.1154.8153.14
Hex7F46C9254101510a3735
Octal177106311451010254126765
Binary11111111000110110010011001011000001010101100001010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F46C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F46C9; }

 p { color: rgb(127,70,201); }

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

<style>
 a { background-color: #7F46C9; }

 a { background-color: rgb(127,70,201); }

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

<style>
 span { border-color: #7F46C9; }

 span { border-color: rgb(127,70,201); }

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