#7134BF

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

Shades of Purple Heart #7134BF

Tints of Purple Heart #7134BF

Color information

#7134BF (or 0x7134BF) is unknown color: approx Purple Heart. HEX triplet: 71, 34 and BF. RGB value is (113,52,191). Sum of RGB (Red+Green+Blue) = 113+52+191=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #7134BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7134BF is #8ECB40. Grayscale: #555555. Windows color (decimal): -9358145 or 12530801. OLE color: 12530801.

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

Color convert

RGB11352191-
CMYK0.410.7300.25
HSL266.33º57.2%47.65%-
HSV(B)266.33º72.77%74.9%-
XYZ17.449.7350.25-
YUV86.08187.21147.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 191 (75% from 255) = 53.65%
R=31.74%
G=14.61%
B=53.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113521910.410.7300.25266.3357.247.65
Hex7134BF294901910a3930
Octal16164277511110314127160
Binary1110001110100101111111010011001001011001100001010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7134BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,52,191); }

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

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

 a { background-color: rgb(113,52,191); }

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

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

 span { border-color: rgb(113,52,191); }

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