#7628af

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

Shades of Purple Heart #7628AF

Tints of Purple Heart #7628AF

Color information

#7628AF (or 0x7628AF) is unknown color: approx Purple Heart. HEX triplet: 76, 28 and AF. RGB value is (118,40,175). Sum of RGB (Red+Green+Blue) = 118+40+175=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #7628AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7628AF is #89D750. Grayscale: #4E4E4E. Windows color (decimal): -9033553 or 11479158. OLE color: 11479158.

HSL color Cylindrical-coordinate representation of color #7628AF: hue angle of 274.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7628AF is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11840175-
CMYK0.330.7700.31
HSL274.67º62.79%42.16%-
HSV(B)274.67º77.14%68.63%-
XYZ15.978.4641.35-
YUV78.71182.34156.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 40 (16.02% from 255) = 12.01%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=35.44%
G=12.01%
B=52.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118401750.330.7700.31274.6762.7942.16
Hex7628AF214D01F1133f2a
Octal16650257411150374237752
Binary1110110101000101011111000011001101011111100010011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7628af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7628af; }

 p { color: rgb(118,40,175); }

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

<style>
 a { background-color: #7628af; }

 a { background-color: rgb(118,40,175); }

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

<style>
 span { border-color: #7628af; }

 span { border-color: rgb(118,40,175); }

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