#7135B5

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

Shades of Purple Heart #7135B5

Tints of Purple Heart #7135B5

Color information

#7135B5 (or 0x7135B5) is unknown color: approx Purple Heart. HEX triplet: 71, 35 and B5. RGB value is (113,53,181). Sum of RGB (Red+Green+Blue) = 113+53+181=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #7135B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7135B5 is #8ECA4A. Grayscale: #555555. Windows color (decimal): -9357899 or 11875697. OLE color: 11875697.

HSL color Cylindrical-coordinate representation of color #7135B5: hue angle of 268.12º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7135B5 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11353181-
CMYK0.380.7100.29
HSL268.12º54.7%45.88%-
HSV(B)268.12º70.72%70.98%-
XYZ16.429.3944.66-
YUV85.53181.88147.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 181 (71.09% from 255) = 52.16%
R=32.56%
G=15.27%
B=52.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113531810.380.7100.29268.1254.745.88
Hex7135B5264701D10c372e
Octal16165265461070354146756
Binary1110001110101101101011001101000111011101100001100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7135B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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