#7546BF

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

Shades of Purple Heart #7546BF

Tints of Purple Heart #7546BF

Color information

#7546BF (or 0x7546BF) is unknown color: approx Purple Heart. HEX triplet: 75, 46 and BF. RGB value is (117,70,191). Sum of RGB (Red+Green+Blue) = 117+70+191=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #7546BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7546BF is #8AB940. Grayscale: #616161. Windows color (decimal): -9091393 or 12535413. OLE color: 12535413.

HSL color Cylindrical-coordinate representation of color #7546BF: hue angle of 263.31º 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 #7546BF is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11770191-
CMYK0.390.6300.25
HSL263.31º48.59%51.18%-
HSV(B)263.31º63.35%74.9%-
XYZ18.9311.9250.59-
YUV97.85180.57141.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 191 (75% from 255) = 50.53%
R=30.95%
G=18.52%
B=50.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117701910.390.6300.25263.3148.5951.18
Hex7546BF273F0191073133
Octal16510627747770314076163
Binary1110101100011010111111100111111111011001100000111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7546BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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