#7628C2

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

Shades of Purple Heart #7628C2

Tints of Purple Heart #7628C2

Color information

#7628C2 (or 0x7628C2) is unknown color: approx Purple Heart. HEX triplet: 76, 28 and C2. RGB value is (118,40,194). Sum of RGB (Red+Green+Blue) = 118+40+194=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 194 (76.17% from 255 or 55.11% from 352); Max value from RGB is 194 - color contains mainly: blue. Hex color #7628C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7628C2 is #89D73D. Grayscale: #505050. Windows color (decimal): -9033534 or 12724342. OLE color: 12724342.

HSL color Cylindrical-coordinate representation of color #7628C2: hue angle of 270.39º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7628C2 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11840194-
CMYK0.390.7900.24
HSL270.39º65.81%45.88%-
HSV(B)270.39º79.38%76.08%-
XYZ17.979.2651.88-
YUV80.88191.84154.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 40 (16.02% from 255) = 11.36%
BLUE value IS 194 (76.17% from 255) = 55.11%
R=33.52%
G=11.36%
B=55.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118401940.390.7900.24270.3965.8145.88
Hex7628C2274F01810e422e
Octal166503024711703041610256
Binary11101101010001100001010011110011110110001000011101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7628C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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