#7534BE

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

Shades of Purple Heart #7534BE

Tints of Purple Heart #7534BE

Color information

#7534BE (or 0x7534BE) is unknown color: approx Purple Heart. HEX triplet: 75, 34 and BE. RGB value is (117,52,190). Sum of RGB (Red+Green+Blue) = 117+52+190=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #7534BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534BE is #8ACB41. Grayscale: #565656. Windows color (decimal): -9096002 or 12465269. OLE color: 12465269.

HSL color Cylindrical-coordinate representation of color #7534BE: hue angle of 268.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7534BE is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11752190-
CMYK0.380.7300.25
HSL268.26º57.02%47.45%-
HSV(B)268.26º72.63%74.51%-
XYZ17.869.9649.7-
YUV87.17186.03149.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 52 (20.70% from 255) = 14.48%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=32.59%
G=14.48%
B=52.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117521900.380.7300.25268.2657.0247.45
Hex7534BE264901910c392f
Octal16564276461110314147157
Binary1110101110100101111101001101001001011001100001100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7534BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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