#7242BF

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

Shades of Purple Heart #7242BF

Tints of Purple Heart #7242BF

Color information

#7242BF (or 0x7242BF) is unknown color: approx Purple Heart. HEX triplet: 72, 42 and BF. RGB value is (114,66,191). Sum of RGB (Red+Green+Blue) = 114+66+191=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #7242BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7242BF is #8DBD40. Grayscale: #5E5E5E. Windows color (decimal): -9289025 or 12534386. OLE color: 12534386.

HSL color Cylindrical-coordinate representation of color #7242BF: hue angle of 263.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7242BF is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11466191-
CMYK0.400.6500.25
HSL263.04º49.41%50.39%-
HSV(B)263.04º65.45%74.9%-
XYZ18.2911.2450.49-
YUV94.6182.4141.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 191 (75% from 255) = 51.48%
R=30.73%
G=17.79%
B=51.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114661910.400.6500.25263.0449.4150.39
Hex7242BF28410191073132
Octal162102277501010314076162
Binary11100101000010101111111010001000001011001100000111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7242BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,66,191); }

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

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

 a { background-color: rgb(114,66,191); }

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

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

 span { border-color: rgb(114,66,191); }

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