#7632C0

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

Shades of Purple Heart #7632C0

Tints of Purple Heart #7632C0

Color information

#7632C0 (or 0x7632C0) is unknown color: approx Purple Heart. HEX triplet: 76, 32 and C0. RGB value is (118,50,192). Sum of RGB (Red+Green+Blue) = 118+50+192=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #7632C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7632C0 is #89CD3F. Grayscale: #565656. Windows color (decimal): -9030976 or 12595830. OLE color: 12595830.

HSL color Cylindrical-coordinate representation of color #7632C0: hue angle of 268.73º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7632C0 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11850192-
CMYK0.390.7400.25
HSL268.73º58.68%47.45%-
HSV(B)268.73º73.96%75.29%-
XYZ18.139.9450.83-
YUV86.52187.53150.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 50 (19.92% from 255) = 13.89%
BLUE value IS 192 (75.39% from 255) = 53.33%
R=32.78%
G=13.89%
B=53.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118501920.390.7400.25268.7358.6847.45
Hex7632C0274A01910d3b2f
Octal16662300471120314157357
Binary1110110110010110000001001111001010011001100001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7632C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7632C0; }

 p { color: rgb(118,50,192); }

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

<style>
 a { background-color: #7632C0; }

 a { background-color: rgb(118,50,192); }

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

<style>
 span { border-color: #7632C0; }

 span { border-color: rgb(118,50,192); }

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