#7140BD

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

Shades of Purple Heart #7140BD

Tints of Purple Heart #7140BD

Color information

#7140BD (or 0x7140BD) is unknown color: approx Purple Heart. HEX triplet: 71, 40 and BD. RGB value is (113,64,189). Sum of RGB (Red+Green+Blue) = 113+64+189=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #7140BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140BD is #8EBF42. Grayscale: #5C5C5C. Windows color (decimal): -9355075 or 12402801. OLE color: 12402801.

HSL color Cylindrical-coordinate representation of color #7140BD: hue angle of 263.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7140BD is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11364189-
CMYK0.400.6600.26
HSL263.52º49.41%49.61%-
HSV(B)263.52º66.14%74.12%-
XYZ17.8310.8549.3-
YUV92.9182.23142.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=30.87%
G=17.49%
B=51.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113641890.400.6600.26263.5249.4149.61
Hex7140BD284201A1083132
Octal161100275501020324106162
Binary11100011000000101111011010001000010011010100001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7140BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7140BD; }

 p { color: rgb(113,64,189); }

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

<style>
 a { background-color: #7140BD; }

 a { background-color: rgb(113,64,189); }

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

<style>
 span { border-color: #7140BD; }

 span { border-color: rgb(113,64,189); }

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