#7645BF

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

Shades of Purple Heart #7645BF

Tints of Purple Heart #7645BF

Color information

#7645BF (or 0x7645BF) is unknown color: approx Purple Heart. HEX triplet: 76, 45 and BF. RGB value is (118,69,191). Sum of RGB (Red+Green+Blue) = 118+69+191=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 69 (27.34% from 255 or 18.25% 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 #7645BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645BF is #89BA40. Grayscale: #616161. Windows color (decimal): -9026113 or 12535158. OLE color: 12535158.

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

Color convert

RGB11869191-
CMYK0.380.6400.25
HSL264.1º48.8%50.98%-
HSV(B)264.1º63.87%74.9%-
XYZ1911.8750.58-
YUV97.56180.73142.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 191 (75% from 255) = 50.53%
R=31.22%
G=18.25%
B=50.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118691910.380.6400.25264.148.850.98
Hex7645BF26400191083133
Octal166105277461000314106163
Binary11101101000101101111111001101000000011001100001000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7645BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,69,191); }

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

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

 a { background-color: rgb(118,69,191); }

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

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

 span { border-color: rgb(118,69,191); }

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