#7511B5

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

Shades of Purple Heart #7511B5

Tints of Purple Heart #7511B5

Color information

#7511B5 (or 0x7511B5) is unknown color: approx Purple Heart. HEX triplet: 75, 11 and B5. RGB value is (117,17,181). Sum of RGB (Red+Green+Blue) = 117+17+181=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #7511B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7511B5 is #8AEE4A. Grayscale: #414141. Windows color (decimal): -9104971 or 11866485. OLE color: 11866485.

HSL color Cylindrical-coordinate representation of color #7511B5: hue angle of 276.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7511B5 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11717181-
CMYK0.350.9100.29
HSL276.59º82.83%38.82%-
HSV(B)276.59º90.61%70.98%-
XYZ15.887.5244.33-
YUV65.6193.13164.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=37.14%
G=5.40%
B=57.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117171810.350.9100.29276.5982.8338.82
Hex7511B5235B01D1155327
Octal165212654313303542512347
Binary1110101100011011010110001110110110111011000101011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7511B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,17,181); }

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

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

 a { background-color: rgb(117,17,181); }

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

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

 span { border-color: rgb(117,17,181); }

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