#7135BA

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

Shades of Purple Heart #7135BA

Tints of Purple Heart #7135BA

Color information

#7135BA (or 0x7135BA) is unknown color: approx Purple Heart. HEX triplet: 71, 35 and BA. RGB value is (113,53,186). Sum of RGB (Red+Green+Blue) = 113+53+186=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #7135BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7135BA is #8ECA45. Grayscale: #555555. Windows color (decimal): -9357894 or 12203377. OLE color: 12203377.

HSL color Cylindrical-coordinate representation of color #7135BA: hue angle of 267.07º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7135BA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11353186-
CMYK0.390.7200.27
HSL267.07º55.65%46.86%-
HSV(B)267.07º71.51%72.94%-
XYZ16.959.647.41-
YUV86.1184.38147.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=32.10%
G=15.06%
B=52.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113531860.390.7200.27267.0755.6546.86
Hex7135BA274801B10b382f
Octal16165272471100334137057
Binary1110001110101101110101001111001000011011100001011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7135BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7135BA; }

 p { color: rgb(113,53,186); }

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

<style>
 a { background-color: #7135BA; }

 a { background-color: rgb(113,53,186); }

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

<style>
 span { border-color: #7135BA; }

 span { border-color: rgb(113,53,186); }

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