#7427B6

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

Shades of Purple Heart #7427B6

Tints of Purple Heart #7427B6

Color information

#7427B6 (or 0x7427B6) is unknown color: approx Purple Heart. HEX triplet: 74, 27 and B6. RGB value is (116,39,182). Sum of RGB (Red+Green+Blue) = 116+39+182=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #7427B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7427B6 is #8BD849. Grayscale: #4D4D4D. Windows color (decimal): -9164874 or 11937652. OLE color: 11937652.

HSL color Cylindrical-coordinate representation of color #7427B6: hue angle of 272.31º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7427B6 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11639182-
CMYK0.360.7900.29
HSL272.31º64.71%43.33%-
HSV(B)272.31º78.57%71.37%-
XYZ16.378.5445.04-
YUV78.32186.51154.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 39 (15.62% from 255) = 11.57%
BLUE value IS 182 (71.48% from 255) = 54.01%
R=34.42%
G=11.57%
B=54.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116391820.360.7900.29272.3164.7143.33
Hex7427B6244F01D110412b
Octal164472664411703542010153
Binary11101001001111011011010010010011110111011000100001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7427B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7427B6; }

 p { color: rgb(116,39,182); }

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

<style>
 a { background-color: #7427B6; }

 a { background-color: rgb(116,39,182); }

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

<style>
 span { border-color: #7427B6; }

 span { border-color: rgb(116,39,182); }

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