#7426BF

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

Shades of Purple Heart #7426BF

Tints of Purple Heart #7426BF

Color information

#7426BF (or 0x7426BF) is unknown color: approx Purple Heart. HEX triplet: 74, 26 and BF. RGB value is (116,38,191). Sum of RGB (Red+Green+Blue) = 116+38+191=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #7426BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7426BF is #8BD940. Grayscale: #4E4E4E. Windows color (decimal): -9165121 or 12527220. OLE color: 12527220.

HSL color Cylindrical-coordinate representation of color #7426BF: hue angle of 270.59º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7426BF is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11638191-
CMYK0.390.8000.25
HSL270.59º66.81%44.9%-
HSV(B)270.59º80.1%74.9%-
XYZ17.38.8650.09-
YUV78.76191.34154.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 38 (15.23% from 255) = 11.01%
BLUE value IS 191 (75% from 255) = 55.36%
R=33.62%
G=11.01%
B=55.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116381910.390.8000.25270.5966.8144.9
Hex7426BF275001910f432d
Octal164462774712003141710355
Binary11101001001101011111110011110100000110011000011111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7426BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7426BF; }

 p { color: rgb(116,38,191); }

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

<style>
 a { background-color: #7426BF; }

 a { background-color: rgb(116,38,191); }

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

<style>
 span { border-color: #7426BF; }

 span { border-color: rgb(116,38,191); }

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