#7246BF

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

Shades of Purple Heart #7246BF

Tints of Purple Heart #7246BF

Color information

#7246BF (or 0x7246BF) is unknown color: approx Purple Heart. HEX triplet: 72, 46 and BF. RGB value is (114,70,191). Sum of RGB (Red+Green+Blue) = 114+70+191=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #7246BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7246BF is #8DB940. Grayscale: #606060. Windows color (decimal): -9288001 or 12535410. OLE color: 12535410.

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

Color convert

RGB11470191-
CMYK0.400.6300.25
HSL261.82º48.59%51.18%-
HSV(B)261.82º63.35%74.9%-
XYZ18.5311.7250.58-
YUV96.95181.08140.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 191 (75% from 255) = 50.93%
R=30.4%
G=18.67%
B=50.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114701910.400.6300.25261.8248.5951.18
Hex7246BF283F0191063133
Octal16210627750770314066163
Binary1110010100011010111111101000111111011001100000110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7246BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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