#7618B2

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

Shades of Purple Heart #7618B2

Tints of Purple Heart #7618B2

Color information

#7618B2 (or 0x7618B2) is unknown color: approx Purple Heart. HEX triplet: 76, 18 and B2. RGB value is (118,24,178). Sum of RGB (Red+Green+Blue) = 118+24+178=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #7618B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7618B2 is #89E74D. Grayscale: #454545. Windows color (decimal): -9037646 or 11671670. OLE color: 11671670.

HSL color Cylindrical-coordinate representation of color #7618B2: hue angle of 276.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7618B2 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11824178-
CMYK0.340.8700.30
HSL276.62º76.24%39.61%-
HSV(B)276.62º86.52%69.8%-
XYZ15.837.7242.77-
YUV69.66189.14162.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 24 (9.77% from 255) = 7.5%
BLUE value IS 178 (69.92% from 255) = 55.62%
R=36.88%
G=7.5%
B=55.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118241780.340.8700.30276.6276.2439.61
Hex7618B2225701E1154c28
Octal166302624212703642511450
Binary1110110110001011001010001010101110111101000101011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7618B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7618B2; }

 p { color: rgb(118,24,178); }

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

<style>
 a { background-color: #7618B2; }

 a { background-color: rgb(118,24,178); }

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

<style>
 span { border-color: #7618B2; }

 span { border-color: rgb(118,24,178); }

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