#7546BE

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

Shades of Purple Heart #7546BE

Tints of Purple Heart #7546BE

Color information

#7546BE (or 0x7546BE) is unknown color: approx Purple Heart. HEX triplet: 75, 46 and BE. RGB value is (117,70,190). Sum of RGB (Red+Green+Blue) = 117+70+190=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #7546BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7546BE is #8AB941. Grayscale: #616161. Windows color (decimal): -9091394 or 12469877. OLE color: 12469877.

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

Color convert

RGB11770190-
CMYK0.380.6300.25
HSL263.5º48%50.98%-
HSV(B)263.5º63.16%74.51%-
XYZ18.8211.8850.02-
YUV97.73180.07141.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=31.03%
G=18.57%
B=50.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117701900.380.6300.25263.54850.98
Hex7546BE263F0191083033
Octal16510627646770314106063
Binary1110101100011010111110100110111111011001100001000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7546BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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