#7628B8

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

Shades of Purple Heart #7628B8

Tints of Purple Heart #7628B8

Color information

#7628B8 (or 0x7628B8) is unknown color: approx Purple Heart. HEX triplet: 76, 28 and B8. RGB value is (118,40,184). Sum of RGB (Red+Green+Blue) = 118+40+184=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 184 (72.27% from 255 or 53.80% from 342); Max value from RGB is 184 - color contains mainly: blue. Hex color #7628B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7628B8 is #89D747. Grayscale: #4F4F4F. Windows color (decimal): -9033544 or 12068982. OLE color: 12068982.

HSL color Cylindrical-coordinate representation of color #7628B8: hue angle of 272.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7628B8 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11840184-
CMYK0.360.7800.28
HSL272.5º64.29%43.92%-
HSV(B)272.5º78.26%72.16%-
XYZ16.888.8346.16-
YUV79.74186.84155.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 40 (16.02% from 255) = 11.70%
BLUE value IS 184 (72.27% from 255) = 53.80%
R=34.50%
G=11.70%
B=53.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118401840.360.7800.28272.564.2943.92
Hex7628B8244E01C110402c
Octal166502704411603442010054
Binary11101101010001011100010010010011100111001000100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7628B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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