#7135D3

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

Shades of Purple Heart #7135D3

Tints of Purple Heart #7135D3

Color information

#7135D3 (or 0x7135D3) is unknown color: approx Purple Heart. HEX triplet: 71, 35 and D3. RGB value is (113,53,211). Sum of RGB (Red+Green+Blue) = 113+53+211=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 211 (82.81% from 255 or 55.97% from 377); Max value from RGB is 211 - color contains mainly: blue. Hex color #7135D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7135D3 is #8ECA2C. Grayscale: #585858. Windows color (decimal): -9357869 or 13841777. OLE color: 13841777.

HSL color Cylindrical-coordinate representation of color #7135D3: hue angle of 262.78º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7135D3 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11353211-
CMYK0.460.7500.17
HSL262.78º64.23%51.76%-
HSV(B)262.78º74.88%82.75%-
XYZ19.8410.7662.66-
YUV88.95196.88145.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 53 (21.09% from 255) = 14.06%
BLUE value IS 211 (82.81% from 255) = 55.97%
R=29.97%
G=14.06%
B=55.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal113532110.460.7500.17262.7864.2351.76
Hex7135D32E4B0111074034
Octal161653235611302140710064
Binary11100011101011101001110111010010110100011000001111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7135D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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